Html Css Color HEX #F13702 Orange Red

📋 copy color: '#F13702'

red 241 ◦ green 55 ◦ blue 2

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

Shades of Orange Red #F13702

Tints of Orange Red #F13702

RGB

 RED value IS 241 (94.53% from 255) = 80.87%

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

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

R = 80.87%
G = 18.46%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F13702 (or 0xF13702) is known color: Orange Red. HEX triplet: F1, 37 and 02. RGB value is (241,55,2). Sum of RGB (Red+Green+Blue) = 241+55+2=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F13702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13702 is #0EC8FD. Grayscale: #686868. Windows color (decimal): -968958 or 145393. OLE color: 145393.

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

Color convert

RGB 241 55 2 -
CMYK 0 0.77 0.99 0.05
HSL 13.31º 0.98% 0.48% -
HSV(B) 13.31º 0.99% 0.95% -
XYZ 37.65 21.44 2.21 -
YUV 104.57 70.12 225.31 -
System Red Green Blue C M Y K H S L
Decimal 241 55 2 0 0.77 0.99 0.05 13.31 0.98 0.48
Hex F1 37 2 0 4D 63 5 D 62 30
Octal 361 67 2 0 115 143 5 15 142 60
Binary 11110001 110111 10 0 1001101 1100011 101 1101 1100010 110000

Color Harmonies of #F13702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13702

Black with #F13702

Text Example


Text Example

White with #F13702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13702; }

 p { color: rgb(241,55,2); }

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

background-color css

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

 a { background-color: rgb(241,55,2); }

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

border-color css

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

 span { border-color: rgb(241,55,2); }

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