Html Css Color HEX #F0622F Outrageous Orange

📋 copy color: '#F0622F'

red 240 ◦ green 98 ◦ blue 47

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

Shades of Outrageous Orange #F0622F

Tints of Outrageous Orange #F0622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 62.34%
G = 25.45%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.80

 K value IS 0.06

RGB Variations

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

Color information

#F0622F (or 0xF0622F) is known color: Outrageous Orange. HEX triplet: F0, 62 and 2F. RGB value is (240,98,47). Sum of RGB (Red+Green+Blue) = 240+98+47=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0622F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0622F is #0F9DD0. Grayscale: #868686. Windows color (decimal): -1023441 or 3105520. OLE color: 3105520.

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

Color convert

RGB 240 98 47 -
CMYK 0 0.59 0.80 0.06
HSL 15.85º 0.87% 0.56% -
HSV(B) 15.85º 0.8% 0.94% -
XYZ 40.82 27.47 5.84 -
YUV 134.64 78.54 203.15 -
System Red Green Blue C M Y K H S L
Decimal 240 98 47 0 0.59 0.80 0.06 15.85 0.87 0.56
Hex F0 62 2F 0 3B 50 6 10 57 38
Octal 360 142 57 0 73 120 6 20 127 70
Binary 11110000 1100010 101111 0 111011 1010000 110 10000 1010111 111000

Color Harmonies of #F0622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0622F

Black with #F0622F

Text Example


Text Example

White with #F0622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0622F; }

 p { color: rgb(240,98,47); }

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

background-color css

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

 a { background-color: rgb(240,98,47); }

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

border-color css

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

 span { border-color: rgb(240,98,47); }

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