Html Css Color HEX #FDA864 Rajah

📋 copy color: '#FDA864'

red 253 ◦ green 168 ◦ blue 100

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

Shades of Rajah #FDA864

Tints of Rajah #FDA864

RGB

 RED value IS 253 (99.22% from 255) = 48.56%

 GREEN value IS 168 (66.02% from 255) = 32.25%

 BLUE value IS 100 (39.45% from 255) = 19.19%

R = 48.56%
G = 32.25%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA864 (or 0xFDA864) is known color: Rajah. HEX triplet: FD, A8 and 64. RGB value is (253,168,100). Sum of RGB (Red+Green+Blue) = 253+168+100=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA864 is #02579B. Grayscale: #BABABA. Windows color (decimal): -153500 or 6596861. OLE color: 6596861.

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

Color convert

RGB 253 168 100 -
CMYK 0 0.34 0.60 0.01
HSL 26.67º 0.97% 0.69% -
HSV(B) 26.67º 0.6% 0.99% -
XYZ 56.81 49.81 18.68 -
YUV 185.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 253 168 100 0 0.34 0.60 0.01 26.67 0.97 0.69
Hex FD A8 64 0 22 3C 1 1B 61 45
Octal 375 250 144 0 42 74 1 33 141 105
Binary 11111101 10101000 1100100 0 100010 111100 1 11011 1100001 1000101

Color Harmonies of #FDA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA864

Black with #FDA864

Text Example


Text Example

White with #FDA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA864; }

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

 H1.HeaderClassName
 {
   color: #FDA864;
 }
 .AnyTagClassName
 {
   color: #FDA864;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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