Html Css Color HEX #FCAB5E Rajah

📋 copy color: '#FCAB5E'

red 252 ◦ green 171 ◦ blue 94

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

Shades of Rajah #FCAB5E

Tints of Rajah #FCAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.08%

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

R = 48.74%
G = 33.08%
B = 18.18%

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

#FCAB5E (or 0xFCAB5E) is known color: Rajah. HEX triplet: FC, AB and 5E. RGB value is (252,171,94). Sum of RGB (Red+Green+Blue) = 252+171+94=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 171 (67.19% from 255 or 33.08% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB5E is #0354A1. Grayscale: #BABABA. Windows color (decimal): -218274 or 6204412. OLE color: 6204412.

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

Color convert

RGB 252 171 94 -
CMYK 0 0.32 0.63 0.01
HSL 29.24º 0.96% 0.68% -
HSV(B) 29.24º 0.63% 0.99% -
XYZ 56.73 50.63 17.37 -
YUV 186.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 252 171 94 0 0.32 0.63 0.01 29.24 0.96 0.68
Hex FC AB 5E 0 20 3F 1 1D 60 44
Octal 374 253 136 0 40 77 1 35 140 104
Binary 11111100 10101011 1011110 0 100000 111111 1 11101 1100000 1000100

Color Harmonies of #FCAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB5E

Black with #FCAB5E

Text Example


Text Example

White with #FCAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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