Html Css Color HEX #FDAC66 Rajah

📋 copy color: '#FDAC66'

red 253 ◦ green 172 ◦ blue 102

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

Shades of Rajah #FDAC66

Tints of Rajah #FDAC66

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.64%

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

R = 48.01%
G = 32.64%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FDAC66 (or 0xFDAC66) is known color: Rajah. HEX triplet: FD, AC and 66. RGB value is (253,172,102). Sum of RGB (Red+Green+Blue) = 253+172+102=527 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.01% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 102 (40.23% from 255 or 19.35% from 527); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAC66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAC66 is #025399. Grayscale: #BCBCBC. Windows color (decimal): -152474 or 6728957. OLE color: 6728957.

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

Color convert

RGB 253 172 102 -
CMYK 0 0.32 0.60 0.01
HSL 27.81º 0.97% 0.7% -
HSV(B) 27.81º 0.6% 0.99% -
XYZ 57.66 51.35 19.44 -
YUV 188.24 79.34 174.19 -
System Red Green Blue C M Y K H S L
Decimal 253 172 102 0 0.32 0.60 0.01 27.81 0.97 0.7
Hex FD AC 66 0 20 3C 1 1C 61 46
Octal 375 254 146 0 40 74 1 34 141 106
Binary 11111101 10101100 1100110 0 100000 111100 1 11100 1100001 1000110

Color Harmonies of #FDAC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAC66

Black with #FDAC66

Text Example


Text Example

White with #FDAC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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