Html Css Color HEX #F0622A Outrageous Orange

📋 copy color: '#F0622A'

red 240 ◦ green 98 ◦ blue 42

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

Shades of Outrageous Orange #F0622A

Tints of Outrageous Orange #F0622A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 63.16%
G = 25.79%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0622A (or 0xF0622A) is known color: Outrageous Orange. HEX triplet: F0, 62 and 2A. RGB value is (240,98,42). Sum of RGB (Red+Green+Blue) = 240+98+42=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F0622A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0622A is #0F9DD5. Grayscale: #868686. Windows color (decimal): -1023446 or 2777840. OLE color: 2777840.

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

Color convert

RGB 240 98 42 -
CMYK 0 0.59 0.82 0.06
HSL 16.97º 0.87% 0.55% -
HSV(B) 16.97º 0.83% 0.94% -
XYZ 40.72 27.43 5.34 -
YUV 134.07 76.04 203.55 -
System Red Green Blue C M Y K H S L
Decimal 240 98 42 0 0.59 0.82 0.06 16.97 0.87 0.55
Hex F0 62 2A 0 3B 52 6 11 57 37
Octal 360 142 52 0 73 122 6 21 127 67
Binary 11110000 1100010 101010 0 111011 1010010 110 10001 1010111 110111

Color Harmonies of #F0622A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0622A

Black with #F0622A

Text Example


Text Example

White with #F0622A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0622A; }

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

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

background-color css

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

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

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

border-color css

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

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

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