Html Css Color HEX #F34620 Red Orange

📋 copy color: '#F34620'

red 243 ◦ green 70 ◦ blue 32

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

Shades of Red Orange #F34620

Tints of Red Orange #F34620

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

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

R = 70.43%
G = 20.29%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F34620 (or 0xF34620) is known color: Red Orange. HEX triplet: F3, 46 and 20. RGB value is (243,70,32). Sum of RGB (Red+Green+Blue) = 243+70+32=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F34620 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34620 is #0CB9DF. Grayscale: #757575. Windows color (decimal): -834016 or 2115315. OLE color: 2115315.

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

Color convert

RGB 243 70 32 -
CMYK 0 0.71 0.87 0.05
HSL 10.81º 0.9% 0.54% -
HSV(B) 10.81º 0.87% 0.95% -
XYZ 39.41 23.54 3.83 -
YUV 117.4 79.81 217.59 -
System Red Green Blue C M Y K H S L
Decimal 243 70 32 0 0.71 0.87 0.05 10.81 0.9 0.54
Hex F3 46 20 0 47 57 5 B 5A 36
Octal 363 106 40 0 107 127 5 13 132 66
Binary 11110011 1000110 100000 0 1000111 1010111 101 1011 1011010 110110

Color Harmonies of #F34620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F34620

Black with #F34620

Text Example


Text Example

White with #F34620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F34620; }

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

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

background-color css

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

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

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

border-color css

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

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

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