Html Css Color HEX #FCB96A Rajah

📋 copy color: '#FCB96A'

red 252 ◦ green 185 ◦ blue 106

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

Shades of Rajah #FCB96A

Tints of Rajah #FCB96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.52%

R = 46.41%
G = 34.07%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#FCB96A (or 0xFCB96A) is known color: Rajah. HEX triplet: FC, B9 and 6A. RGB value is (252,185,106). Sum of RGB (Red+Green+Blue) = 252+185+106=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 106 (41.80% from 255 or 19.52% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB96A is #034695. Grayscale: #C4C4C4. Windows color (decimal): -214678 or 6994428. OLE color: 6994428.

HSL color Cylindrical-coordinate representation of color #FCB96A: hue angle of 32.47º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCB96A is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 106 -
CMYK 0 0.27 0.58 0.01
HSL 32.47º 0.96% 0.7% -
HSV(B) 32.47º 0.58% 0.99% -
XYZ 60.1 56.43 21.36 -
YUV 196.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 252 185 106 0 0.27 0.58 0.01 32.47 0.96 0.7
Hex FC B9 6A 0 1B 3A 1 20 60 46
Octal 374 271 152 0 33 72 1 40 140 106
Binary 11111100 10111001 1101010 0 11011 111010 1 100000 1100000 1000110

Color Harmonies of #FCB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB96A

Black with #FCB96A

Text Example


Text Example

White with #FCB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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