Html Css Color HEX #FC4A2F Red Orange

📋 copy color: '#FC4A2F'

red 252 ◦ green 74 ◦ blue 47

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

Shades of Red Orange #FC4A2F

Tints of Red Orange #FC4A2F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

 BLUE value IS 47 (18.75% from 255) = 12.6%

R = 67.56%
G = 19.84%
B = 12.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC4A2F (or 0xFC4A2F) is known color: Red Orange. HEX triplet: FC, 4A and 2F. RGB value is (252,74,47). Sum of RGB (Red+Green+Blue) = 252+74+47=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A2F is #03B5D0. Grayscale: #7C7C7C. Windows color (decimal): -243153 or 3099388. OLE color: 3099388.

HSL color Cylindrical-coordinate representation of color #FC4A2F: hue angle of 7.9º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC4A2F is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 74 47 -
CMYK 0 0.71 0.81 0.01
HSL 7.9º 0.97% 0.59% -
HSV(B) 7.9º 0.81% 0.99% -
XYZ 43.11 25.8 5.4 -
YUV 124.14 84.47 219.2 -
System Red Green Blue C M Y K H S L
Decimal 252 74 47 0 0.71 0.81 0.01 7.9 0.97 0.59
Hex FC 4A 2F 0 47 51 1 8 61 3B
Octal 374 112 57 0 107 121 1 10 141 73
Binary 11111100 1001010 101111 0 1000111 1010001 1 1000 1100001 111011

Color Harmonies of #FC4A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A2F

Black with #FC4A2F

Text Example


Text Example

White with #FC4A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A2F; }

 p { color: rgb(252,74,47); }

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

background-color css

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

 a { background-color: rgb(252,74,47); }

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

border-color css

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

 span { border-color: rgb(252,74,47); }

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