Html Css Color HEX #F73330 Red Orange

📋 copy color: '#F73330'

red 247 ◦ green 51 ◦ blue 48

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

Shades of Red Orange #F73330

Tints of Red Orange #F73330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.74%

 BLUE value IS 48 (19.14% from 255) = 13.87%

R = 71.39%
G = 14.74%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F73330 (or 0xF73330) is known color: Red Orange. HEX triplet: F7, 33 and 30. RGB value is (247,51,48). Sum of RGB (Red+Green+Blue) = 247+51+48=346 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.39% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 247 - color contains mainly: red. Hex color #F73330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73330 is #08CCCF. Grayscale: #6D6D6D. Windows color (decimal): -576720 or 3159031. OLE color: 3159031.

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

Color convert

RGB 247 51 48 -
CMYK 0 0.79 0.81 0.03
HSL 0.9º 0.93% 0.58% -
HSV(B) 0.9º 0.81% 0.97% -
XYZ 40.08 22.36 5 -
YUV 109.26 93.43 226.24 -
System Red Green Blue C M Y K H S L
Decimal 247 51 48 0 0.79 0.81 0.03 0.9 0.93 0.58
Hex F7 33 30 0 4F 51 3 1 5D 3A
Octal 367 63 60 0 117 121 3 1 135 72
Binary 11110111 110011 110000 0 1001111 1010001 11 1 1011101 111010

Color Harmonies of #F73330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73330

Black with #F73330

Text Example


Text Example

White with #F73330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73330; }

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

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

background-color css

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

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

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

border-color css

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

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

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