Html Css Color HEX #FC431E Red Orange

📋 copy color: '#FC431E'

red 252 ◦ green 67 ◦ blue 30

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

Shades of Red Orange #FC431E

Tints of Red Orange #FC431E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.2%

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

R = 72.21%
G = 19.2%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC431E (or 0xFC431E) is known color: Red Orange. HEX triplet: FC, 43 and 1E. RGB value is (252,67,30). Sum of RGB (Red+Green+Blue) = 252+67+30=349 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.21% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 30 (12.11% from 255 or 8.60% from 349); Max value from RGB is 252 - color contains mainly: red. Hex color #FC431E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC431E is #03BCE1. Grayscale: #767676. Windows color (decimal): -244962 or 1983484. OLE color: 1983484.

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

Color convert

RGB 252 67 30 -
CMYK 0 0.73 0.88 0.01
HSL 10º 0.97% 0.55% -
HSV(B) 10º 0.88% 0.99% -
XYZ 42.39 24.8 3.78 -
YUV 118.1 78.29 223.51 -
System Red Green Blue C M Y K H S L
Decimal 252 67 30 0 0.73 0.88 0.01 10 0.97 0.55
Hex FC 43 1E 0 49 58 1 A 61 37
Octal 374 103 36 0 111 130 1 12 141 67
Binary 11111100 1000011 11110 0 1001001 1011000 1 1010 1100001 110111

Color Harmonies of #FC431E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC431E

Black with #FC431E

Text Example


Text Example

White with #FC431E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC431E; }

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

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

background-color css

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

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

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

border-color css

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

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

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