Html Css Color HEX #FCAC5E Rajah

📋 copy color: '#FCAC5E'

red 252 ◦ green 172 ◦ blue 94

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

Shades of Rajah #FCAC5E

Tints of Rajah #FCAC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.15%

R = 48.65%
G = 33.2%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCAC5E (or 0xFCAC5E) is known color: Rajah. HEX triplet: FC, AC and 5E. RGB value is (252,172,94). Sum of RGB (Red+Green+Blue) = 252+172+94=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 94 (37.11% from 255 or 18.15% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAC5E is #0353A1. Grayscale: #BBBBBB. Windows color (decimal): -218018 or 6204668. OLE color: 6204668.

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

Color convert

RGB 252 172 94 -
CMYK 0 0.32 0.63 0.01
HSL 29.62º 0.96% 0.68% -
HSV(B) 29.62º 0.63% 0.99% -
XYZ 56.92 51.01 17.44 -
YUV 187.03 75.5 174.34 -
System Red Green Blue C M Y K H S L
Decimal 252 172 94 0 0.32 0.63 0.01 29.62 0.96 0.68
Hex FC AC 5E 0 20 3F 1 1E 60 44
Octal 374 254 136 0 40 77 1 36 140 104
Binary 11111100 10101100 1011110 0 100000 111111 1 11110 1100000 1000100

Color Harmonies of #FCAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC5E

Black with #FCAC5E

Text Example


Text Example

White with #FCAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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