Html Css Color HEX #F34A20 Red Orange

📋 copy color: '#F34A20'

red 243 ◦ green 74 ◦ blue 32

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

Shades of Red Orange #F34A20

Tints of Red Orange #F34A20

RGB

 RED value IS 243 (95.31% from 255) = 69.63%

 GREEN value IS 74 (29.3% from 255) = 21.2%

 BLUE value IS 32 (12.89% from 255) = 9.17%

R = 69.63%
G = 21.2%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F34A20 (or 0xF34A20) is known color: Red Orange. HEX triplet: F3, 4A and 20. RGB value is (243,74,32). Sum of RGB (Red+Green+Blue) = 243+74+32=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F34A20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34A20 is #0CB5DF. Grayscale: #787878. Windows color (decimal): -832992 or 2116339. OLE color: 2116339.

HSL color Cylindrical-coordinate representation of color #F34A20: hue angle of 11.94º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F34A20 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 74 32 -
CMYK 0 0.70 0.87 0.05
HSL 11.94º 0.9% 0.54% -
HSV(B) 11.94º 0.87% 0.95% -
XYZ 39.67 24.06 3.92 -
YUV 119.74 78.49 215.92 -
System Red Green Blue C M Y K H S L
Decimal 243 74 32 0 0.70 0.87 0.05 11.94 0.9 0.54
Hex F3 4A 20 0 46 57 5 C 5A 36
Octal 363 112 40 0 106 127 5 14 132 66
Binary 11110011 1001010 100000 0 1000110 1010111 101 1100 1011010 110110

Color Harmonies of #F34A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34A20

Black with #F34A20

Text Example


Text Example

White with #F34A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34A20; }

 p { color: rgb(243,74,32); }

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

background-color css

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

 a { background-color: rgb(243,74,32); }

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

border-color css

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

 span { border-color: rgb(243,74,32); }

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