#F9AC5C

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

Shades of Rajah #F9AC5C

Tints of Rajah #F9AC5C

Color information

#F9AC5C (or 0xF9AC5C) is unknown color: approx Rajah. HEX triplet: F9, AC and 5C. RGB value is (249,172,92). Sum of RGB (Red+Green+Blue) = 249+172+92=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 172 (67.58% from 255 or 33.53% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9AC5C is #0653A3. Grayscale: #BABABA. Windows color (decimal): -414628 or 6073593. OLE color: 6073593.

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

Color convert

RGB24917292-
CMYK00.310.630.02
HSL30.57º92.9%66.86%-
HSV(B)30.57º63.05%97.65%-
XYZ55.7550.4216.92-
YUV185.975.01173-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.54%
GREEN value IS 172 (67.58% from 255) = 33.53%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=48.54%
G=33.53%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491729200.310.630.0230.5792.966.86
HexF9AC5C01F3F21f5d43
Octal37125413403777237135103
Binary11111001101011001011100011111111111101111110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9AC5C; }

 p { color: rgb(249,172,92); }

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

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

 a { background-color: rgb(249,172,92); }

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

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

 span { border-color: rgb(249,172,92); }

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