Html Css Color HEX #F73022 Red Orange

📋 copy color: '#F73022'

red 247 ◦ green 48 ◦ blue 34

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

Shades of Red Orange #F73022

Tints of Red Orange #F73022

RGB

 RED value IS 247 (96.88% from 255) = 75.08%

 GREEN value IS 48 (19.14% from 255) = 14.59%

 BLUE value IS 34 (13.67% from 255) = 10.33%

R = 75.08%
G = 14.59%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F73022 (or 0xF73022) is known color: Red Orange. HEX triplet: F7, 30 and 22. RGB value is (247,48,34). Sum of RGB (Red+Green+Blue) = 247+48+34=329 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.08% from 329); Green value is 48 (19.14% from 255 or 14.59% from 329); Blue value is 34 (13.67% from 255 or 10.33% from 329); Max value from RGB is 247 - color contains mainly: red. Hex color #F73022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73022 is #08CFDD. Grayscale: #6A6A6A. Windows color (decimal): -577502 or 2240759. OLE color: 2240759.

HSL color Cylindrical-coordinate representation of color #F73022: hue angle of 3.94º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F73022 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 48 34 -
CMYK 0 0.81 0.86 0.03
HSL 3.94º 0.93% 0.55% -
HSV(B) 3.94º 0.86% 0.97% -
XYZ 39.7 22 3.67 -
YUV 105.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 247 48 34 0 0.81 0.86 0.03 3.94 0.93 0.55
Hex F7 30 22 0 51 56 3 4 5D 37
Octal 367 60 42 0 121 126 3 4 135 67
Binary 11110111 110000 100010 0 1010001 1010110 11 100 1011101 110111

Color Harmonies of #F73022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73022

Black with #F73022

Text Example


Text Example

White with #F73022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73022; }

 p { color: rgb(247,48,34); }

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

background-color css

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

 a { background-color: rgb(247,48,34); }

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

border-color css

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

 span { border-color: rgb(247,48,34); }

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