Html Css Color HEX #FCAF5E Rajah

📋 copy color: '#FCAF5E'

red 252 ◦ green 175 ◦ blue 94

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

Shades of Rajah #FCAF5E

Tints of Rajah #FCAF5E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.59%

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

R = 48.37%
G = 33.59%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FCAF5E (or 0xFCAF5E) is known color: Rajah. HEX triplet: FC, AF and 5E. RGB value is (252,175,94). Sum of RGB (Red+Green+Blue) = 252+175+94=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 94 (37.11% from 255 or 18.04% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF5E is #0350A1. Grayscale: #BDBDBD. Windows color (decimal): -217250 or 6205436. OLE color: 6205436.

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

Color convert

RGB 252 175 94 -
CMYK 0 0.31 0.63 0.01
HSL 30.76º 0.96% 0.68% -
HSV(B) 30.76º 0.63% 0.99% -
XYZ 57.5 52.16 17.63 -
YUV 188.79 74.51 173.09 -
System Red Green Blue C M Y K H S L
Decimal 252 175 94 0 0.31 0.63 0.01 30.76 0.96 0.68
Hex FC AF 5E 0 1F 3F 1 1F 60 44
Octal 374 257 136 0 37 77 1 37 140 104
Binary 11111100 10101111 1011110 0 11111 111111 1 11111 1100000 1000100

Color Harmonies of #FCAF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF5E

Black with #FCAF5E

Text Example


Text Example

White with #FCAF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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