Html Css Color HEX #F0622D Outrageous Orange

📋 copy color: '#F0622D'

red 240 ◦ green 98 ◦ blue 45

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

Shades of Outrageous Orange #F0622D

Tints of Outrageous Orange #F0622D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.75%

R = 62.66%
G = 25.59%
B = 11.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0622D (or 0xF0622D) is known color: Outrageous Orange. HEX triplet: F0, 62 and 2D. RGB value is (240,98,45). Sum of RGB (Red+Green+Blue) = 240+98+45=383 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.66% from 383); Green value is 98 (38.67% from 255 or 25.59% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 240 - color contains mainly: red. Hex color #F0622D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0622D is #0F9DD2. Grayscale: #868686. Windows color (decimal): -1023443 or 2974448. OLE color: 2974448.

HSL color Cylindrical-coordinate representation of color #F0622D: hue angle of 16.31º 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 #F0622D is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 98 45 -
CMYK 0 0.59 0.81 0.06
HSL 16.31º 0.87% 0.56% -
HSV(B) 16.31º 0.81% 0.94% -
XYZ 40.78 27.45 5.63 -
YUV 134.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 240 98 45 0 0.59 0.81 0.06 16.31 0.87 0.56
Hex F0 62 2D 0 3B 51 6 10 57 38
Octal 360 142 55 0 73 121 6 20 127 70
Binary 11110000 1100010 101101 0 111011 1010001 110 10000 1010111 111000

Color Harmonies of #F0622D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0622D

Black with #F0622D

Text Example


Text Example

White with #F0622D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0622D; }

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

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

background-color css

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

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

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

border-color css

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

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

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