Html Css Color HEX #FCBC66 Rajah

📋 copy color: '#FCBC66'

red 252 ◦ green 188 ◦ blue 102

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

Shades of Rajah #FCBC66

Tints of Rajah #FCBC66

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.69%

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

R = 46.49%
G = 34.69%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCBC66 (or 0xFCBC66) is known color: Rajah. HEX triplet: FC, BC and 66. RGB value is (252,188,102). Sum of RGB (Red+Green+Blue) = 252+188+102=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 188 (73.83% from 255 or 34.69% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBC66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBC66 is #034399. Grayscale: #C5C5C5. Windows color (decimal): -213914 or 6733052. OLE color: 6733052.

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

Color convert

RGB 252 188 102 -
CMYK 0 0.25 0.60 0.01
HSL 34.4º 0.96% 0.69% -
HSV(B) 34.4º 0.6% 0.99% -
XYZ 60.53 57.62 20.5 -
YUV 197.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 252 188 102 0 0.25 0.60 0.01 34.4 0.96 0.69
Hex FC BC 66 0 19 3C 1 22 60 45
Octal 374 274 146 0 31 74 1 42 140 105
Binary 11111100 10111100 1100110 0 11001 111100 1 100010 1100000 1000101

Color Harmonies of #FCBC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBC66

Black with #FCBC66

Text Example


Text Example

White with #FCBC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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