Html Css Color HEX #F13602 Orange Red

📋 copy color: '#F13602'

red 241 ◦ green 54 ◦ blue 2

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

Shades of Orange Red #F13602

Tints of Orange Red #F13602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

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

R = 81.14%
G = 18.18%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F13602 (or 0xF13602) is known color: Orange Red. HEX triplet: F1, 36 and 02. RGB value is (241,54,2). Sum of RGB (Red+Green+Blue) = 241+54+2=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F13602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13602 is #0EC9FD. Grayscale: #686868. Windows color (decimal): -969214 or 145137. OLE color: 145137.

HSL color Cylindrical-coordinate representation of color #F13602: hue angle of 13.05º 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 #F13602 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 54 2 -
CMYK 0 0.78 0.99 0.05
HSL 13.05º 0.98% 0.48% -
HSV(B) 13.05º 0.99% 0.95% -
XYZ 37.61 21.34 2.2 -
YUV 103.99 70.45 225.73 -
System Red Green Blue C M Y K H S L
Decimal 241 54 2 0 0.78 0.99 0.05 13.05 0.98 0.48
Hex F1 36 2 0 4E 63 5 D 62 30
Octal 361 66 2 0 116 143 5 15 142 60
Binary 11110001 110110 10 0 1001110 1100011 101 1101 1100010 110000

Color Harmonies of #F13602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13602

Black with #F13602

Text Example


Text Example

White with #F13602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13602; }

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

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

background-color css

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

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

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

border-color css

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

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

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