Html Css Color HEX #F13900 Orange Red

📋 copy color: '#F13900'

red 241 ◦ green 57 ◦ blue 0

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

Shades of Orange Red #F13900

Tints of Orange Red #F13900

RGB

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

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

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

R = 80.87%
G = 19.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F13900 (or 0xF13900) is known color: Orange Red. HEX triplet: F1, 39 and 00. RGB value is (241,57,0). Sum of RGB (Red+Green+Blue) = 241+57+0=298 (39% of max value = 765). Red value is 241 (94.53% from 255 or 80.87% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 241 - color contains mainly: red. Hex color #F13900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13900 is #0EC6FF. Grayscale: #696969. Windows color (decimal): -968448 or 14833. OLE color: 14833.

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

Color convert

RGB 241 57 0 -
CMYK 0 0.76 1 0.05
HSL 14.19º 1% 0.47% -
HSV(B) 14.19º 1% 0.95% -
XYZ 37.74 21.63 2.19 -
YUV 105.52 68.46 224.63 -
System Red Green Blue C M Y K H S L
Decimal 241 57 0 0 0.76 1 0.05 14.19 1 0.47
Hex F1 39 0 0 4C 64 5 E 64 2F
Octal 361 71 0 0 114 144 5 16 144 57
Binary 11110001 111001 0 0 1001100 1100100 101 1110 1100100 101111

Color Harmonies of #F13900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13900

Black with #F13900

Text Example


Text Example

White with #F13900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13900; }

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

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

background-color css

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

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

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

border-color css

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

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

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