Html Css Color HEX #FCB464 Rajah

📋 copy color: '#FCB464'

red 252 ◦ green 180 ◦ blue 100

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

Shades of Rajah #FCB464

Tints of Rajah #FCB464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.8%

R = 47.37%
G = 33.83%
B = 18.8%

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

#FCB464 (or 0xFCB464) is known color: Rajah. HEX triplet: FC, B4 and 64. RGB value is (252,180,100). Sum of RGB (Red+Green+Blue) = 252+180+100=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 100 (39.45% from 255 or 18.80% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB464 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB464 is #034B9B. Grayscale: #C0C0C0. Windows color (decimal): -215964 or 6599932. OLE color: 6599932.

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

Color convert

RGB 252 180 100 -
CMYK 0 0.29 0.60 0.01
HSL 31.58º 0.96% 0.69% -
HSV(B) 31.58º 0.6% 0.99% -
XYZ 58.77 54.26 19.43 -
YUV 192.41 75.85 170.5 -
System Red Green Blue C M Y K H S L
Decimal 252 180 100 0 0.29 0.60 0.01 31.58 0.96 0.69
Hex FC B4 64 0 1D 3C 1 20 60 45
Octal 374 264 144 0 35 74 1 40 140 105
Binary 11111100 10110100 1100100 0 11101 111100 1 100000 1100000 1000101

Color Harmonies of #FCB464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB464

Black with #FCB464

Text Example


Text Example

White with #FCB464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB464; }

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

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

background-color css

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

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

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

border-color css

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

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

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