Html Css Color HEX #F13805 Orange Red

📋 copy color: '#F13805'

red 241 ◦ green 56 ◦ blue 5

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

Shades of Orange Red #F13805

Tints of Orange Red #F13805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.54%

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 79.8%
G = 18.54%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F13805 (or 0xF13805) is known color: Orange Red. HEX triplet: F1, 38 and 05. RGB value is (241,56,5). Sum of RGB (Red+Green+Blue) = 241+56+5=302 (40% of max value = 765). Red value is 241 (94.53% from 255 or 79.80% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 241 - color contains mainly: red. Hex color #F13805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13805 is #0EC7FA. Grayscale: #696969. Windows color (decimal): -968699 or 342257. OLE color: 342257.

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

Color convert

RGB 241 56 5 -
CMYK 0 0.77 0.98 0.05
HSL 12.97º 0.96% 0.48% -
HSV(B) 12.97º 0.98% 0.95% -
XYZ 37.72 21.54 2.31 -
YUV 105.5 71.29 224.65 -
System Red Green Blue C M Y K H S L
Decimal 241 56 5 0 0.77 0.98 0.05 12.97 0.96 0.48
Hex F1 38 5 0 4D 62 5 D 60 30
Octal 361 70 5 0 115 142 5 15 140 60
Binary 11110001 111000 101 0 1001101 1100010 101 1101 1100000 110000

Color Harmonies of #F13805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13805

Black with #F13805

Text Example


Text Example

White with #F13805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13805; }

 p { color: rgb(241,56,5); }

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

background-color css

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

 a { background-color: rgb(241,56,5); }

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

border-color css

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

 span { border-color: rgb(241,56,5); }

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