#F9A95D

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

Shades of Rajah #F9A95D

Tints of Rajah #F9A95D

Color information

#F9A95D (or 0xF9A95D) is unknown color: approx Rajah. HEX triplet: F9, A9 and 5D. RGB value is (249,169,93). Sum of RGB (Red+Green+Blue) = 249+169+93=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A95D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A95D is #0656A2. Grayscale: #B8B8B8. Windows color (decimal): -415395 or 6138361. OLE color: 6138361.

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

Color convert

RGB24916993-
CMYK00.320.630.02
HSL29.23º92.86%67.06%-
HSV(B)29.23º62.65%97.65%-
XYZ55.2349.3116.96-
YUV184.2676.5174.18-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 48.73%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=48.73%
G=33.07%
B=18.20%

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
Decimal2491699300.320.630.0229.2392.8667.06
HexF9A95D0203F21d5d43
Octal37125113504077235135103
Binary111110011010100110111010100000111111101110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9A95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9A95D; }

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

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

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

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

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

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

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

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