Html Css Color HEX #FDA966 Rajah

📋 copy color: '#FDA966'

red 253 ◦ green 169 ◦ blue 102

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

Shades of Rajah #FDA966

Tints of Rajah #FDA966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 19.47%

R = 48.28%
G = 32.25%
B = 19.47%

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

#FDA966 (or 0xFDA966) is known color: Rajah. HEX triplet: FD, A9 and 66. RGB value is (253,169,102). Sum of RGB (Red+Green+Blue) = 253+169+102=524 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.28% from 524); Green value is 169 (66.41% from 255 or 32.25% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA966 is #025699. Grayscale: #BABABA. Windows color (decimal): -153242 or 6728189. OLE color: 6728189.

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

Color convert

RGB 253 169 102 -
CMYK 0 0.33 0.60 0.01
HSL 26.62º 0.97% 0.7% -
HSV(B) 26.62º 0.6% 0.99% -
XYZ 57.09 50.22 19.25 -
YUV 186.48 80.33 175.45 -
System Red Green Blue C M Y K H S L
Decimal 253 169 102 0 0.33 0.60 0.01 26.62 0.97 0.7
Hex FD A9 66 0 21 3C 1 1B 61 46
Octal 375 251 146 0 41 74 1 33 141 106
Binary 11111101 10101001 1100110 0 100001 111100 1 11011 1100001 1000110

Color Harmonies of #FDA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA966

Black with #FDA966

Text Example


Text Example

White with #FDA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA966; }

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

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

background-color css

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

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

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

border-color css

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

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

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