#F9B25E

Color #F9B25E Rajah (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rajah #F9B25E

Tints of Rajah #F9B25E

Color information

#F9B25E (or 0xF9B25E) is unknown color: approx Rajah. HEX triplet: F9, B2 and 5E. RGB value is (249,178,94). Sum of RGB (Red+Green+Blue) = 249+178+94=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 178 (69.92% from 255 or 34.17% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B25E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9B25E is #064DA1. Grayscale: #BEBEBE. Windows color (decimal): -413090 or 6206201. OLE color: 6206201.

HSL color Cylindrical-coordinate representation of color #F9B25E: hue angle of 32.52º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9B25E is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB24917894-
CMYK00.290.620.02
HSL32.52º92.81%67.25%-
HSV(B)32.52º62.25%97.65%-
XYZ57.0152.7917.77-
YUV189.6574.02170.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 47.79%
GREEN value IS 178 (69.92% from 255) = 34.17%
BLUE value IS 94 (37.11% from 255) = 18.04%
R=47.79%
G=34.17%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491789400.290.620.0232.5292.8167.25
HexF9B25E01D3E2215d43
Octal37126213603576241135103
Binary111110011011001010111100111011111101010000110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B25E; }

 p { color: rgb(249,178,94); }

 H1.HeaderClassName
 {
   color: #F9B25E;
 }
 .AnyTagClassName
 {
   color: #F9B25E;
 }
</style>
background-color css

<style>
 a { background-color: #F9B25E; }

 a { background-color: rgb(249,178,94); }

 div.DivClassName
 {
   background-color: #F9B25E;
 }
 .BgClassName
 {
   background-color: #F9B25E;
 }
</style>
border-color css

<style>
 span { border-color: #F9B25E; }

 span { border-color: rgb(249,178,94); }

 td.TdClassName
 {
   border-color: #F9B25E;
 }
 .TagClassName
 {
   border-color: #F9B25E;
 }
</style>