Html Css Color HEX #F3370C Orange Red

📋 copy color: '#F3370C'

red 243 ◦ green 55 ◦ blue 12

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

Shades of Orange Red #F3370C

Tints of Orange Red #F3370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.74%

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

R = 78.39%
G = 17.74%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F3370C (or 0xF3370C) is known color: Orange Red. HEX triplet: F3, 37 and 0C. RGB value is (243,55,12). Sum of RGB (Red+Green+Blue) = 243+55+12=310 (41% of max value = 765). Red value is 243 (95.31% from 255 or 78.39% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 243 - color contains mainly: red. Hex color #F3370C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3370C is #0CC8F3. Grayscale: #6A6A6A. Windows color (decimal): -837876 or 800755. OLE color: 800755.

HSL color Cylindrical-coordinate representation of color #F3370C: hue angle of 11.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3370C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 55 12 -
CMYK 0 0.77 0.95 0.05
HSL 11.17º 0.91% 0.5% -
HSV(B) 11.17º 0.95% 0.95% -
XYZ 38.39 21.81 2.53 -
YUV 106.31 74.78 225.5 -
System Red Green Blue C M Y K H S L
Decimal 243 55 12 0 0.77 0.95 0.05 11.17 0.91 0.5
Hex F3 37 C 0 4D 5F 5 B 5B 32
Octal 363 67 14 0 115 137 5 13 133 62
Binary 11110011 110111 1100 0 1001101 1011111 101 1011 1011011 110010

Color Harmonies of #F3370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3370C

Black with #F3370C

Text Example


Text Example

White with #F3370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3370C; }

 p { color: rgb(243,55,12); }

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

background-color css

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

 a { background-color: rgb(243,55,12); }

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

border-color css

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

 span { border-color: rgb(243,55,12); }

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