Html Css Color HEX #F0612E Outrageous Orange

📋 copy color: '#F0612E'

red 240 ◦ green 97 ◦ blue 46

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

Shades of Outrageous Orange #F0612E

Tints of Outrageous Orange #F0612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.33%

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 62.66%
G = 25.33%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0612E (or 0xF0612E) is known color: Outrageous Orange. HEX triplet: F0, 61 and 2E. RGB value is (240,97,46). Sum of RGB (Red+Green+Blue) = 240+97+46=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0612E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0612E is #0F9ED1. Grayscale: #868686. Windows color (decimal): -1023698 or 3039728. OLE color: 3039728.

HSL color Cylindrical-coordinate representation of color #F0612E: hue angle of 15.77º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F0612E is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 46 -
CMYK 0 0.60 0.81 0.06
HSL 15.77º 0.87% 0.56% -
HSV(B) 15.77º 0.81% 0.94% -
XYZ 40.7 27.27 5.7 -
YUV 133.94 78.38 203.65 -
System Red Green Blue C M Y K H S L
Decimal 240 97 46 0 0.60 0.81 0.06 15.77 0.87 0.56
Hex F0 61 2E 0 3C 51 6 10 57 38
Octal 360 141 56 0 74 121 6 20 127 70
Binary 11110000 1100001 101110 0 111100 1010001 110 10000 1010111 111000

Color Harmonies of #F0612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0612E

Black with #F0612E

Text Example


Text Example

White with #F0612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0612E; }

 p { color: rgb(240,97,46); }

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

background-color css

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

 a { background-color: rgb(240,97,46); }

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

border-color css

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

 span { border-color: rgb(240,97,46); }

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