Html Css Color HEX #FCB466 Rajah

📋 copy color: '#FCB466'

red 252 ◦ green 180 ◦ blue 102

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

Shades of Rajah #FCB466

Tints of Rajah #FCB466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.71%

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

R = 47.19%
G = 33.71%
B = 19.1%

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

#FCB466 (or 0xFCB466) is known color: Rajah. HEX triplet: FC, B4 and 66. RGB value is (252,180,102). Sum of RGB (Red+Green+Blue) = 252+180+102=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB466 is #034B99. Grayscale: #C1C1C1. Windows color (decimal): -215962 or 6731004. OLE color: 6731004.

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

Color convert

RGB 252 180 102 -
CMYK 0 0.29 0.60 0.01
HSL 31.2º 0.96% 0.69% -
HSV(B) 31.2º 0.6% 0.99% -
XYZ 58.86 54.3 19.95 -
YUV 192.64 76.85 170.34 -
System Red Green Blue C M Y K H S L
Decimal 252 180 102 0 0.29 0.60 0.01 31.2 0.96 0.69
Hex FC B4 66 0 1D 3C 1 1F 60 45
Octal 374 264 146 0 35 74 1 37 140 105
Binary 11111100 10110100 1100110 0 11101 111100 1 11111 1100000 1000101

Color Harmonies of #FCB466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB466

Black with #FCB466

Text Example


Text Example

White with #FCB466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB466; }

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

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

background-color css

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

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

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

border-color css

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

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

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