Html Css Color HEX #FCAC60 Rajah

📋 copy color: '#FCAC60'

red 252 ◦ green 172 ◦ blue 96

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

Shades of Rajah #FCAC60

Tints of Rajah #FCAC60

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.08%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 48.46%
G = 33.08%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FCAC60 (or 0xFCAC60) is known color: Rajah. HEX triplet: FC, AC and 60. RGB value is (252,172,96). Sum of RGB (Red+Green+Blue) = 252+172+96=520 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.46% from 520); Green value is 172 (67.58% from 255 or 33.08% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC60 is #03539F. Grayscale: #BBBBBB. Windows color (decimal): -218016 or 6335740. OLE color: 6335740.

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

Color convert

RGB 252 172 96 -
CMYK 0 0.32 0.62 0.01
HSL 29.23º 0.96% 0.68% -
HSV(B) 29.23º 0.62% 0.99% -
XYZ 57.01 51.05 17.91 -
YUV 187.26 76.5 174.18 -
System Red Green Blue C M Y K H S L
Decimal 252 172 96 0 0.32 0.62 0.01 29.23 0.96 0.68
Hex FC AC 60 0 20 3E 1 1D 60 44
Octal 374 254 140 0 40 76 1 35 140 104
Binary 11111100 10101100 1100000 0 100000 111110 1 11101 1100000 1000100

Color Harmonies of #FCAC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC60

Black with #FCAC60

Text Example


Text Example

White with #FCAC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC60; }

 p { color: rgb(252,172,96); }

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

background-color css

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

 a { background-color: rgb(252,172,96); }

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

border-color css

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

 span { border-color: rgb(252,172,96); }

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