Html Css Color HEX #FCAC61 Rajah

📋 copy color: '#FCAC61'

red 252 ◦ green 172 ◦ blue 97

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

Shades of Rajah #FCAC61

Tints of Rajah #FCAC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.62%

R = 48.37%
G = 33.01%
B = 18.62%

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

#FCAC61 (or 0xFCAC61) is known color: Rajah. HEX triplet: FC, AC and 61. RGB value is (252,172,97). Sum of RGB (Red+Green+Blue) = 252+172+97=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC61 is #03539E. Grayscale: #BBBBBB. Windows color (decimal): -218015 or 6401276. OLE color: 6401276.

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

Color convert

RGB 252 172 97 -
CMYK 0 0.32 0.62 0.01
HSL 29.03º 0.96% 0.68% -
HSV(B) 29.03º 0.62% 0.99% -
XYZ 57.06 51.06 18.16 -
YUV 187.37 77 174.1 -
System Red Green Blue C M Y K H S L
Decimal 252 172 97 0 0.32 0.62 0.01 29.03 0.96 0.68
Hex FC AC 61 0 20 3E 1 1D 60 44
Octal 374 254 141 0 40 76 1 35 140 104
Binary 11111100 10101100 1100001 0 100000 111110 1 11101 1100000 1000100

Color Harmonies of #FCAC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC61

Black with #FCAC61

Text Example


Text Example

White with #FCAC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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