Html Css Color HEX #FC431D Red Orange

📋 copy color: '#FC431D'

red 252 ◦ green 67 ◦ blue 29

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

Shades of Red Orange #FC431D

Tints of Red Orange #FC431D

RGB

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

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

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

R = 72.41%
G = 19.25%
B = 8.33%

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

#FC431D (or 0xFC431D) is known color: Red Orange. HEX triplet: FC, 43 and 1D. RGB value is (252,67,29). Sum of RGB (Red+Green+Blue) = 252+67+29=348 (46% of max value = 765). Red value is 252 (98.83% from 255 or 72.41% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 29 (11.72% from 255 or 8.33% from 348); Max value from RGB is 252 - color contains mainly: red. Hex color #FC431D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC431D is #03BCE2. Grayscale: #767676. Windows color (decimal): -244963 or 1917948. OLE color: 1917948.

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

Color convert

RGB 252 67 29 -
CMYK 0 0.73 0.88 0.01
HSL 10.22º 0.97% 0.55% -
HSV(B) 10.22º 0.88% 0.99% -
XYZ 42.37 24.8 3.72 -
YUV 117.98 77.79 223.59 -
System Red Green Blue C M Y K H S L
Decimal 252 67 29 0 0.73 0.88 0.01 10.22 0.97 0.55
Hex FC 43 1D 0 49 58 1 A 61 37
Octal 374 103 35 0 111 130 1 12 141 67
Binary 11111100 1000011 11101 0 1001001 1011000 1 1010 1100001 110111

Color Harmonies of #FC431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC431D

Black with #FC431D

Text Example


Text Example

White with #FC431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC431D; }

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

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

background-color css

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

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

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

border-color css

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

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

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