Html Css Color HEX #FC4A1D Red Orange

📋 copy color: '#FC4A1D'

red 252 ◦ green 74 ◦ blue 29

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

Shades of Red Orange #FC4A1D

Tints of Red Orange #FC4A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 70.99%
G = 20.85%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC4A1D (or 0xFC4A1D) is known color: Red Orange. HEX triplet: FC, 4A and 1D. RGB value is (252,74,29). Sum of RGB (Red+Green+Blue) = 252+74+29=355 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.99% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC4A1D is #03B5E2. Grayscale: #7A7A7A. Windows color (decimal): -243171 or 1919740. OLE color: 1919740.

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

Color convert

RGB 252 74 29 -
CMYK 0 0.71 0.88 0.01
HSL 12.11º 0.97% 0.55% -
HSV(B) 12.11º 0.88% 0.99% -
XYZ 42.82 25.68 3.86 -
YUV 122.09 75.47 220.66 -
System Red Green Blue C M Y K H S L
Decimal 252 74 29 0 0.71 0.88 0.01 12.11 0.97 0.55
Hex FC 4A 1D 0 47 58 1 C 61 37
Octal 374 112 35 0 107 130 1 14 141 67
Binary 11111100 1001010 11101 0 1000111 1011000 1 1100 1100001 110111

Color Harmonies of #FC4A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4A1D

Black with #FC4A1D

Text Example


Text Example

White with #FC4A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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