Html Css Color HEX #F13612 Orange Red

📋 copy color: '#F13612'

red 241 ◦ green 54 ◦ blue 18

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

Shades of Orange Red #F13612

Tints of Orange Red #F13612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.75%

R = 77%
G = 17.25%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F13612 (or 0xF13612) is known color: Orange Red. HEX triplet: F1, 36 and 12. RGB value is (241,54,18). Sum of RGB (Red+Green+Blue) = 241+54+18=313 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.00% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 241 - color contains mainly: red. Hex color #F13612 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F13612 is #0EC9ED. Grayscale: #6A6A6A. Windows color (decimal): -969198 or 1193713. OLE color: 1193713.

HSL color Cylindrical-coordinate representation of color #F13612: hue angle of 9.69º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F13612 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 54 18 -
CMYK 0 0.78 0.93 0.05
HSL 9.69º 0.89% 0.51% -
HSV(B) 9.69º 0.93% 0.95% -
XYZ 37.7 21.38 2.71 -
YUV 105.81 78.45 224.43 -
System Red Green Blue C M Y K H S L
Decimal 241 54 18 0 0.78 0.93 0.05 9.69 0.89 0.51
Hex F1 36 12 0 4E 5D 5 A 59 33
Octal 361 66 22 0 116 135 5 12 131 63
Binary 11110001 110110 10010 0 1001110 1011101 101 1010 1011001 110011

Color Harmonies of #F13612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13612

Black with #F13612

Text Example


Text Example

White with #F13612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13612; }

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

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

background-color css

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

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

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

border-color css

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

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

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