Html Css Color HEX #F13902 Orange Red

📋 copy color: '#F13902'

red 241 ◦ green 57 ◦ blue 2

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

Shades of Orange Red #F13902

Tints of Orange Red #F13902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19%

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

R = 80.33%
G = 19%
B = 0.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F13902 (or 0xF13902) is known color: Orange Red. HEX triplet: F1, 39 and 02. RGB value is (241,57,2). Sum of RGB (Red+Green+Blue) = 241+57+2=300 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 241 - color contains mainly: red. Hex color #F13902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13902 is #0EC6FD. Grayscale: #6A6A6A. Windows color (decimal): -968446 or 145905. OLE color: 145905.

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

Color convert

RGB 241 57 2 -
CMYK 0 0.76 0.99 0.05
HSL 13.81º 0.98% 0.48% -
HSV(B) 13.81º 0.99% 0.95% -
XYZ 37.75 21.63 2.24 -
YUV 105.75 69.46 224.47 -
System Red Green Blue C M Y K H S L
Decimal 241 57 2 0 0.76 0.99 0.05 13.81 0.98 0.48
Hex F1 39 2 0 4C 63 5 E 62 30
Octal 361 71 2 0 114 143 5 16 142 60
Binary 11110001 111001 10 0 1001100 1100011 101 1110 1100010 110000

Color Harmonies of #F13902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13902

Black with #F13902

Text Example


Text Example

White with #F13902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13902; }

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

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

background-color css

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

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

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

border-color css

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

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

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