Html Css Color HEX #FCB366 Rajah

📋 copy color: '#FCB366'

red 252 ◦ green 179 ◦ blue 102

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

Shades of Rajah #FCB366

Tints of Rajah #FCB366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.58%

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

R = 47.28%
G = 33.58%
B = 19.14%

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

#FCB366 (or 0xFCB366) is known color: Rajah. HEX triplet: FC, B3 and 66. RGB value is (252,179,102). Sum of RGB (Red+Green+Blue) = 252+179+102=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 179 (70.31% from 255 or 33.58% from 533); Blue value is 102 (40.23% from 255 or 19.14% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB366 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB366 is #034C99. Grayscale: #C0C0C0. Windows color (decimal): -216218 or 6730748. OLE color: 6730748.

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

Color convert

RGB 252 179 102 -
CMYK 0 0.29 0.60 0.01
HSL 30.8º 0.96% 0.69% -
HSV(B) 30.8º 0.6% 0.99% -
XYZ 58.66 53.89 19.88 -
YUV 192.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 252 179 102 0 0.29 0.60 0.01 30.8 0.96 0.69
Hex FC B3 66 0 1D 3C 1 1F 60 45
Octal 374 263 146 0 35 74 1 37 140 105
Binary 11111100 10110011 1100110 0 11101 111100 1 11111 1100000 1000101

Color Harmonies of #FCB366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB366

Black with #FCB366

Text Example


Text Example

White with #FCB366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB366; }

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

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

background-color css

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

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

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

border-color css

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

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

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