Html Css Color HEX #F73F0C Orange Red

📋 copy color: '#F73F0C'

red 247 ◦ green 63 ◦ blue 12

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

Shades of Orange Red #F73F0C

Tints of Orange Red #F73F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.57%

 BLUE value IS 12 (5.08% from 255) = 3.73%

R = 76.71%
G = 19.57%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F73F0C (or 0xF73F0C) is known color: Orange Red. HEX triplet: F7, 3F and 0C. RGB value is (247,63,12). Sum of RGB (Red+Green+Blue) = 247+63+12=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F0C is #08C0F3. Grayscale: #707070. Windows color (decimal): -573684 or 802807. OLE color: 802807.

HSL color Cylindrical-coordinate representation of color #F73F0C: hue angle of 13.02º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F73F0C is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 63 12 -
CMYK 0 0.74 0.95 0.03
HSL 13.02º 0.94% 0.51% -
HSV(B) 13.02º 0.95% 0.97% -
XYZ 40.2 23.36 2.74 -
YUV 112.2 71.46 224.15 -
System Red Green Blue C M Y K H S L
Decimal 247 63 12 0 0.74 0.95 0.03 13.02 0.94 0.51
Hex F7 3F C 0 4A 5F 3 D 5E 33
Octal 367 77 14 0 112 137 3 15 136 63
Binary 11110111 111111 1100 0 1001010 1011111 11 1101 1011110 110011

Color Harmonies of #F73F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F73F0C

Black with #F73F0C

Text Example


Text Example

White with #F73F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F73F0C; }

 p { color: rgb(247,63,12); }

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

background-color css

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

 a { background-color: rgb(247,63,12); }

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

border-color css

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

 span { border-color: rgb(247,63,12); }

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