#FDA867

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

Shades of Rajah #FDA867

Tints of Rajah #FDA867

Color information

#FDA867 (or 0xFDA867) is unknown color: approx Rajah. HEX triplet: FD, A8 and 67. RGB value is (253,168,103). Sum of RGB (Red+Green+Blue) = 253+168+103=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA867 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA867 is #025798. Grayscale: #BABABA. Windows color (decimal): -153497 or 6793469. OLE color: 6793469.

HSL color Cylindrical-coordinate representation of color #FDA867: hue angle of 26º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDA867 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253168103-
CMYK00.340.590.01
HSL26º97.4%69.8%-
HSV(B)26º59.29%99.22%-
XYZ56.9649.8719.46-
YUV18681.16175.79-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.28%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 103 (40.62% from 255) = 19.66%
R=48.28%
G=32.06%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316810300.340.590.012697.469.8
HexFDA8670223B11a6146
Octal37525014704273132141106
Binary11111101101010001100111010001011101111101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA867; }

 p { color: rgb(253,168,103); }

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

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

 a { background-color: rgb(253,168,103); }

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

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

 span { border-color: rgb(253,168,103); }

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