Html Css Color HEX #FC4D1E Red Orange

📋 copy color: '#FC4D1E'

red 252 ◦ green 77 ◦ blue 30

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

Shades of Red Orange #FC4D1E

Tints of Red Orange #FC4D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 70.19%
G = 21.45%
B = 8.36%

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

#FC4D1E (or 0xFC4D1E) is known color: Red Orange. HEX triplet: FC, 4D and 1E. RGB value is (252,77,30). Sum of RGB (Red+Green+Blue) = 252+77+30=359 (47% of max value = 765). Red value is 252 (98.83% from 255 or 70.19% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4D1E is #03B2E1. Grayscale: #7C7C7C. Windows color (decimal): -242402 or 1986044. OLE color: 1986044.

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

Color convert

RGB 252 77 30 -
CMYK 0 0.69 0.88 0.01
HSL 12.7º 0.97% 0.55% -
HSV(B) 12.7º 0.88% 0.99% -
XYZ 43.03 26.1 4 -
YUV 123.97 74.98 219.32 -
System Red Green Blue C M Y K H S L
Decimal 252 77 30 0 0.69 0.88 0.01 12.7 0.97 0.55
Hex FC 4D 1E 0 45 58 1 D 61 37
Octal 374 115 36 0 105 130 1 15 141 67
Binary 11111100 1001101 11110 0 1000101 1011000 1 1101 1100001 110111

Color Harmonies of #FC4D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4D1E

Black with #FC4D1E

Text Example


Text Example

White with #FC4D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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