Html Css Color HEX #FC4E2F Red Orange

📋 copy color: '#FC4E2F'

red 252 ◦ green 78 ◦ blue 47

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

Shades of Red Orange #FC4E2F

Tints of Red Orange #FC4E2F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.69%

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

R = 66.84%
G = 20.69%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FC4E2F (or 0xFC4E2F) is known color: Red Orange. HEX triplet: FC, 4E and 2F. RGB value is (252,78,47). Sum of RGB (Red+Green+Blue) = 252+78+47=377 (49% of max value = 765). Red value is 252 (98.83% from 255 or 66.84% from 377); Green value is 78 (30.86% from 255 or 20.69% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4E2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC4E2F is #03B1D0. Grayscale: #7E7E7E. Windows color (decimal): -242129 or 3100412. OLE color: 3100412.

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

Color convert

RGB 252 78 47 -
CMYK 0 0.69 0.81 0.01
HSL 9.07º 0.97% 0.59% -
HSV(B) 9.07º 0.81% 0.99% -
XYZ 43.38 26.35 5.49 -
YUV 126.49 83.15 217.52 -
System Red Green Blue C M Y K H S L
Decimal 252 78 47 0 0.69 0.81 0.01 9.07 0.97 0.59
Hex FC 4E 2F 0 45 51 1 9 61 3B
Octal 374 116 57 0 105 121 1 11 141 73
Binary 11111100 1001110 101111 0 1000101 1010001 1 1001 1100001 111011

Color Harmonies of #FC4E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC4E2F

Black with #FC4E2F

Text Example


Text Example

White with #FC4E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC4E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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