#F9A95C

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

Shades of Rajah #F9A95C

Tints of Rajah #F9A95C

Color information

#F9A95C (or 0xF9A95C) is unknown color: approx Rajah. HEX triplet: F9, A9 and 5C. RGB value is (249,169,92). Sum of RGB (Red+Green+Blue) = 249+169+92=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A95C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A95C is #0656A3. Grayscale: #B8B8B8. Windows color (decimal): -415396 or 6072825. OLE color: 6072825.

HSL color Cylindrical-coordinate representation of color #F9A95C: hue angle of 29.43º 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 #F9A95C is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB24916992-
CMYK00.320.630.02
HSL29.43º92.9%66.86%-
HSV(B)29.43º63.05%97.65%-
XYZ55.1949.2916.73-
YUV184.1476174.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.82%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=48.82%
G=33.14%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491699200.320.630.0229.4392.966.86
HexF9A95C0203F21d5d43
Octal37125113404077235135103
Binary111110011010100110111000100000111111101110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A95C; }

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

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

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

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

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

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

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

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