Html Css Color HEX #FCB964 Rajah

📋 copy color: '#FCB964'

red 252 ◦ green 185 ◦ blue 100

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

Shades of Rajah #FCB964

Tints of Rajah #FCB964

RGB

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

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

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

R = 46.93%
G = 34.45%
B = 18.62%

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

#FCB964 (or 0xFCB964) is known color: Rajah. HEX triplet: FC, B9 and 64. RGB value is (252,185,100). Sum of RGB (Red+Green+Blue) = 252+185+100=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB964 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB964 is #03469B. Grayscale: #C3C3C3. Windows color (decimal): -214684 or 6601212. OLE color: 6601212.

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

Color convert

RGB 252 185 100 -
CMYK 0 0.27 0.60 0.01
HSL 33.55º 0.96% 0.69% -
HSV(B) 33.55º 0.6% 0.99% -
XYZ 59.79 56.31 19.77 -
YUV 195.34 74.2 168.41 -
System Red Green Blue C M Y K H S L
Decimal 252 185 100 0 0.27 0.60 0.01 33.55 0.96 0.69
Hex FC B9 64 0 1B 3C 1 22 60 45
Octal 374 271 144 0 33 74 1 42 140 105
Binary 11111100 10111001 1100100 0 11011 111100 1 100010 1100000 1000101

Color Harmonies of #FCB964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB964

Black with #FCB964

Text Example


Text Example

White with #FCB964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB964; }

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

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

background-color css

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

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

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

border-color css

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

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

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