Html Css Color HEX #FCB66A Rajah

📋 copy color: '#FCB66A'

red 252 ◦ green 182 ◦ blue 106

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

Shades of Rajah #FCB66A

Tints of Rajah #FCB66A

RGB

 RED value IS 252 (98.83% from 255) = 46.67%

 GREEN value IS 182 (71.48% from 255) = 33.7%

 BLUE value IS 106 (41.8% from 255) = 19.63%

R = 46.67%
G = 33.7%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCB66A (or 0xFCB66A) is known color: Rajah. HEX triplet: FC, B6 and 6A. RGB value is (252,182,106). Sum of RGB (Red+Green+Blue) = 252+182+106=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB66A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB66A is #034995. Grayscale: #C2C2C2. Windows color (decimal): -215446 or 6993660. OLE color: 6993660.

HSL color Cylindrical-coordinate representation of color #FCB66A: hue angle of 31.23º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCB66A is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 182 106 -
CMYK 0 0.28 0.58 0.01
HSL 31.23º 0.96% 0.7% -
HSV(B) 31.23º 0.58% 0.99% -
XYZ 59.47 55.19 21.15 -
YUV 194.27 78.19 169.18 -
System Red Green Blue C M Y K H S L
Decimal 252 182 106 0 0.28 0.58 0.01 31.23 0.96 0.7
Hex FC B6 6A 0 1C 3A 1 1F 60 46
Octal 374 266 152 0 34 72 1 37 140 106
Binary 11111100 10110110 1101010 0 11100 111010 1 11111 1100000 1000110

Color Harmonies of #FCB66A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB66A

Black with #FCB66A

Text Example


Text Example

White with #FCB66A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB66A; }

 p { color: rgb(252,182,106); }

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

background-color css

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

 a { background-color: rgb(252,182,106); }

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

border-color css

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

 span { border-color: rgb(252,182,106); }

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