Html Css Color HEX #FCB966 Rajah

📋 copy color: '#FCB966'

red 252 ◦ green 185 ◦ blue 102

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

Shades of Rajah #FCB966

Tints of Rajah #FCB966

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.32%

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

R = 46.75%
G = 34.32%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FCB966 (or 0xFCB966) is known color: Rajah. HEX triplet: FC, B9 and 66. RGB value is (252,185,102). Sum of RGB (Red+Green+Blue) = 252+185+102=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 185 (72.66% from 255 or 34.32% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB966 is #034699. Grayscale: #C3C3C3. Windows color (decimal): -214682 or 6732284. OLE color: 6732284.

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

Color convert

RGB 252 185 102 -
CMYK 0 0.27 0.60 0.01
HSL 33.2º 0.96% 0.69% -
HSV(B) 33.2º 0.6% 0.99% -
XYZ 59.89 56.35 20.29 -
YUV 195.57 75.2 168.25 -
System Red Green Blue C M Y K H S L
Decimal 252 185 102 0 0.27 0.60 0.01 33.2 0.96 0.69
Hex FC B9 66 0 1B 3C 1 21 60 45
Octal 374 271 146 0 33 74 1 41 140 105
Binary 11111100 10111001 1100110 0 11011 111100 1 100001 1100000 1000101

Color Harmonies of #FCB966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB966

Black with #FCB966

Text Example


Text Example

White with #FCB966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB966; }

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

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

background-color css

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

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

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

border-color css

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

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

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