Html Css Color HEX #FCAF5C Rajah

📋 copy color: '#FCAF5C'

red 252 ◦ green 175 ◦ blue 92

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

Shades of Rajah #FCAF5C

Tints of Rajah #FCAF5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.73%

R = 48.55%
G = 33.72%
B = 17.73%

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

#FCAF5C (or 0xFCAF5C) is known color: Rajah. HEX triplet: FC, AF and 5C. RGB value is (252,175,92). Sum of RGB (Red+Green+Blue) = 252+175+92=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF5C is #0350A3. Grayscale: #BCBCBC. Windows color (decimal): -217252 or 6074364. OLE color: 6074364.

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

Color convert

RGB 252 175 92 -
CMYK 0 0.31 0.63 0.01
HSL 31.13º 0.96% 0.67% -
HSV(B) 31.13º 0.63% 0.99% -
XYZ 57.41 52.13 17.16 -
YUV 188.56 73.51 173.25 -
System Red Green Blue C M Y K H S L
Decimal 252 175 92 0 0.31 0.63 0.01 31.13 0.96 0.67
Hex FC AF 5C 0 1F 3F 1 1F 60 43
Octal 374 257 134 0 37 77 1 37 140 103
Binary 11111100 10101111 1011100 0 11111 111111 1 11111 1100000 1000011

Color Harmonies of #FCAF5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF5C

Black with #FCAF5C

Text Example


Text Example

White with #FCAF5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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