Html Css Color HEX #FC4D1F Red Orange

📋 copy color: '#FC4D1F'

red 252 ◦ green 77 ◦ blue 31

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

Shades of Red Orange #FC4D1F

Tints of Red Orange #FC4D1F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 31 (12.5% from 255) = 8.61%

R = 70%
G = 21.39%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC4D1F (or 0xFC4D1F) is known color: Red Orange. HEX triplet: FC, 4D and 1F. RGB value is (252,77,31). Sum of RGB (Red+Green+Blue) = 252+77+31=360 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D1F is #03B2E0. Grayscale: #7C7C7C. Windows color (decimal): -242401 or 2051580. OLE color: 2051580.

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

Color convert

RGB 252 77 31 -
CMYK 0 0.69 0.88 0.01
HSL 12.49º 0.97% 0.55% -
HSV(B) 12.49º 0.88% 0.99% -
XYZ 43.05 26.1 4.07 -
YUV 124.08 75.48 219.24 -
System Red Green Blue C M Y K H S L
Decimal 252 77 31 0 0.69 0.88 0.01 12.49 0.97 0.55
Hex FC 4D 1F 0 45 58 1 C 61 37
Octal 374 115 37 0 105 130 1 14 141 67
Binary 11111100 1001101 11111 0 1000101 1011000 1 1100 1100001 110111

Color Harmonies of #FC4D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D1F

Black with #FC4D1F

Text Example


Text Example

White with #FC4D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D1F; }

 p { color: rgb(252,77,31); }

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

background-color css

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

 a { background-color: rgb(252,77,31); }

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

border-color css

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

 span { border-color: rgb(252,77,31); }

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