Html Css Color HEX #F13800 Orange Red

📋 copy color: '#F13800'

red 241 ◦ green 56 ◦ blue 0

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

Shades of Orange Red #F13800

Tints of Orange Red #F13800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.14%
G = 18.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F13800 (or 0xF13800) is known color: Orange Red. HEX triplet: F1, 38 and 00. RGB value is (241,56,0). Sum of RGB (Red+Green+Blue) = 241+56+0=297 (39% of max value = 765). Red value is 241 (94.53% from 255 or 81.14% from 297); Green value is 56 (22.27% from 255 or 18.86% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 241 - color contains mainly: red. Hex color #F13800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13800 is #0EC7FF. Grayscale: #696969. Windows color (decimal): -968704 or 14577. OLE color: 14577.

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

Color convert

RGB 241 56 0 -
CMYK 0 0.77 1 0.05
HSL 13.94º 1% 0.47% -
HSV(B) 13.94º 1% 0.95% -
XYZ 37.69 21.53 2.17 -
YUV 104.93 68.79 225.05 -
System Red Green Blue C M Y K H S L
Decimal 241 56 0 0 0.77 1 0.05 13.94 1 0.47
Hex F1 38 0 0 4D 64 5 E 64 2F
Octal 361 70 0 0 115 144 5 16 144 57
Binary 11110001 111000 0 0 1001101 1100100 101 1110 1100100 101111

Color Harmonies of #F13800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13800

Black with #F13800

Text Example


Text Example

White with #F13800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13800; }

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

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

background-color css

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

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

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

border-color css

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

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

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