Html Css Color HEX #FDA867 Rajah

📋 copy color: '#FDA867'

red 253 ◦ green 168 ◦ blue 103

#FDA867
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rajah #FDA867

Tints of Rajah #FDA867

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.63% from 255) = 19.66%

R = 48.28%
G = 32.06%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#FDA867 (or 0xFDA867) is known color: 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

RGB 253 168 103 -
CMYK 0 0.34 0.59 0.01
HSL 26º 0.97% 0.7% -
HSV(B) 26º 0.59% 0.99% -
XYZ 56.96 49.87 19.46 -
YUV 186.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 253 168 103 0 0.34 0.59 0.01 26 0.97 0.7
Hex FD A8 67 0 22 3B 1 1A 61 46
Octal 375 250 147 0 42 73 1 32 141 106
Binary 11111101 10101000 1100111 0 100010 111011 1 11010 1100001 1000110

Color Harmonies of #FDA867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA867

Black with #FDA867

Text Example


Text Example

White with #FDA867

Text Example


Text Example

HTML Codes & Css Web 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>