Html Css Color HEX #FDA964 Rajah

📋 copy color: '#FDA964'

red 253 ◦ green 169 ◦ blue 100

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

Shades of Rajah #FDA964

Tints of Rajah #FDA964

RGB

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

 GREEN value IS 169 (66.41% from 255) = 32.38%

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

R = 48.47%
G = 32.38%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDA964 (or 0xFDA964) is known color: Rajah. HEX triplet: FD, A9 and 64. RGB value is (253,169,100). Sum of RGB (Red+Green+Blue) = 253+169+100=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 169 (66.41% from 255 or 32.38% from 522); Blue value is 100 (39.45% from 255 or 19.16% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA964 is #02569B. Grayscale: #BABABA. Windows color (decimal): -153244 or 6597117. OLE color: 6597117.

HSL color Cylindrical-coordinate representation of color #FDA964: hue angle of 27.06º 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 #FDA964 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 169 100 -
CMYK 0 0.33 0.60 0.01
HSL 27.06º 0.97% 0.69% -
HSV(B) 27.06º 0.6% 0.99% -
XYZ 57 50.18 18.74 -
YUV 186.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 253 169 100 0 0.33 0.60 0.01 27.06 0.97 0.69
Hex FD A9 64 0 21 3C 1 1B 61 45
Octal 375 251 144 0 41 74 1 33 141 105
Binary 11111101 10101001 1100100 0 100001 111100 1 11011 1100001 1000101

Color Harmonies of #FDA964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA964

Black with #FDA964

Text Example


Text Example

White with #FDA964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA964; }

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

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

background-color css

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

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

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

border-color css

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

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

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