Html Css Color HEX #F34820 Red Orange

📋 copy color: '#F34820'

red 243 ◦ green 72 ◦ blue 32

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

Shades of Red Orange #F34820

Tints of Red Orange #F34820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.75%

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

R = 70.03%
G = 20.75%
B = 9.22%

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

#F34820 (or 0xF34820) is known color: Red Orange. HEX triplet: F3, 48 and 20. RGB value is (243,72,32). Sum of RGB (Red+Green+Blue) = 243+72+32=347 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.03% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 32 (12.89% from 255 or 9.22% from 347); Max value from RGB is 243 - color contains mainly: red. Hex color #F34820 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34820 is #0CB7DF. Grayscale: #767676. Windows color (decimal): -833504 or 2115827. OLE color: 2115827.

HSL color Cylindrical-coordinate representation of color #F34820: hue angle of 11.37º 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 #F34820 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 72 32 -
CMYK 0 0.70 0.87 0.05
HSL 11.37º 0.9% 0.54% -
HSV(B) 11.37º 0.87% 0.95% -
XYZ 39.54 23.79 3.88 -
YUV 118.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 243 72 32 0 0.70 0.87 0.05 11.37 0.9 0.54
Hex F3 48 20 0 46 57 5 B 5A 36
Octal 363 110 40 0 106 127 5 13 132 66
Binary 11110011 1001000 100000 0 1000110 1010111 101 1011 1011010 110110

Color Harmonies of #F34820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34820

Black with #F34820

Text Example


Text Example

White with #F34820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34820; }

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

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

background-color css

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

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

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

border-color css

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

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

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