Html Css Color HEX #F3370F Orange Red

📋 copy color: '#F3370F'

red 243 ◦ green 55 ◦ blue 15

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

Shades of Orange Red #F3370F

Tints of Orange Red #F3370F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 77.64%
G = 17.57%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#F3370F (or 0xF3370F) is known color: Orange Red. HEX triplet: F3, 37 and 0F. RGB value is (243,55,15). Sum of RGB (Red+Green+Blue) = 243+55+15=313 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.64% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 243 - color contains mainly: red. Hex color #F3370F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3370F is #0CC8F0. Grayscale: #6B6B6B. Windows color (decimal): -837873 or 997363. OLE color: 997363.

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

Color convert

RGB 243 55 15 -
CMYK 0 0.77 0.94 0.05
HSL 10.53º 0.9% 0.51% -
HSV(B) 10.53º 0.94% 0.95% -
XYZ 38.41 21.82 2.64 -
YUV 106.65 76.28 225.25 -
System Red Green Blue C M Y K H S L
Decimal 243 55 15 0 0.77 0.94 0.05 10.53 0.9 0.51
Hex F3 37 F 0 4D 5E 5 B 5A 33
Octal 363 67 17 0 115 136 5 13 132 63
Binary 11110011 110111 1111 0 1001101 1011110 101 1011 1011010 110011

Color Harmonies of #F3370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3370F

Black with #F3370F

Text Example


Text Example

White with #F3370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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