Html Css Color HEX #FCB266 Rajah

📋 copy color: '#FCB266'

red 252 ◦ green 178 ◦ blue 102

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

Shades of Rajah #FCB266

Tints of Rajah #FCB266

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.46%

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

R = 47.37%
G = 33.46%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB266 (or 0xFCB266) is known color: Rajah. HEX triplet: FC, B2 and 66. RGB value is (252,178,102). Sum of RGB (Red+Green+Blue) = 252+178+102=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 178 (69.92% from 255 or 33.46% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB266 is #034D99. Grayscale: #BFBFBF. Windows color (decimal): -216474 or 6730492. OLE color: 6730492.

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

Color convert

RGB 252 178 102 -
CMYK 0 0.29 0.60 0.01
HSL 30.4º 0.96% 0.69% -
HSV(B) 30.4º 0.6% 0.99% -
XYZ 58.46 53.5 19.81 -
YUV 191.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 252 178 102 0 0.29 0.60 0.01 30.4 0.96 0.69
Hex FC B2 66 0 1D 3C 1 1E 60 45
Octal 374 262 146 0 35 74 1 36 140 105
Binary 11111100 10110010 1100110 0 11101 111100 1 11110 1100000 1000101

Color Harmonies of #FCB266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB266

Black with #FCB266

Text Example


Text Example

White with #FCB266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB266; }

 p { color: rgb(252,178,102); }

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

background-color css

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

 a { background-color: rgb(252,178,102); }

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

border-color css

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

 span { border-color: rgb(252,178,102); }

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