Html Css Color HEX #F04512 Orange Red

📋 copy color: '#F04512'

red 240 ◦ green 69 ◦ blue 18

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

Shades of Orange Red #F04512

Tints of Orange Red #F04512

RGB

 RED value IS 240 (94.14% from 255) = 73.39%

 GREEN value IS 69 (27.34% from 255) = 21.1%

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

R = 73.39%
G = 21.1%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04512 (or 0xF04512) is known color: Orange Red. HEX triplet: F0, 45 and 12. RGB value is (240,69,18). Sum of RGB (Red+Green+Blue) = 240+69+18=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04512 is #0FBAED. Grayscale: #727272. Windows color (decimal): -1030894 or 1197552. OLE color: 1197552.

HSL color Cylindrical-coordinate representation of color #F04512: hue angle of 13.78º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F04512 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 69 18 -
CMYK 0 0.71 0.92 0.06
HSL 13.78º 0.88% 0.51% -
HSV(B) 13.78º 0.93% 0.94% -
XYZ 38.17 22.83 2.97 -
YUV 114.32 73.65 217.65 -
System Red Green Blue C M Y K H S L
Decimal 240 69 18 0 0.71 0.92 0.06 13.78 0.88 0.51
Hex F0 45 12 0 47 5C 6 E 58 33
Octal 360 105 22 0 107 134 6 16 130 63
Binary 11110000 1000101 10010 0 1000111 1011100 110 1110 1011000 110011

Color Harmonies of #F04512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04512

Black with #F04512

Text Example


Text Example

White with #F04512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04512; }

 p { color: rgb(240,69,18); }

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

background-color css

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

 a { background-color: rgb(240,69,18); }

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

border-color css

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

 span { border-color: rgb(240,69,18); }

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