Html Css Color HEX #F73802 Orange Red

📋 copy color: '#F73802'

red 247 ◦ green 56 ◦ blue 2

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

Shades of Orange Red #F73802

Tints of Orange Red #F73802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 80.98%
G = 18.36%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.03

RGB Variations

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

Color information

#F73802 (or 0xF73802) is known color: Orange Red. HEX triplet: F7, 38 and 02. RGB value is (247,56,2). Sum of RGB (Red+Green+Blue) = 247+56+2=305 (40% of max value = 765). Red value is 247 (96.88% from 255 or 80.98% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 247 - color contains mainly: red. Hex color #F73802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73802 is #08C7FD. Grayscale: #6B6B6B. Windows color (decimal): -575486 or 145655. OLE color: 145655.

HSL color Cylindrical-coordinate representation of color #F73802: hue angle of 13.22º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F73802 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 56 2 -
CMYK 0 0.77 0.99 0.03
HSL 13.22º 0.98% 0.49% -
HSV(B) 13.22º 0.99% 0.97% -
XYZ 39.78 22.61 2.32 -
YUV 106.95 68.78 227.89 -
System Red Green Blue C M Y K H S L
Decimal 247 56 2 0 0.77 0.99 0.03 13.22 0.98 0.49
Hex F7 38 2 0 4D 63 3 D 62 31
Octal 367 70 2 0 115 143 3 15 142 61
Binary 11110111 111000 10 0 1001101 1100011 11 1101 1100010 110001

Color Harmonies of #F73802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73802

Black with #F73802

Text Example


Text Example

White with #F73802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73802; }

 p { color: rgb(247,56,2); }

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

background-color css

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

 a { background-color: rgb(247,56,2); }

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

border-color css

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

 span { border-color: rgb(247,56,2); }

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