Html Css Color HEX #F0582C Outrageous Orange

📋 copy color: '#F0582C'

red 240 ◦ green 88 ◦ blue 44

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

Shades of Outrageous Orange #F0582C

Tints of Outrageous Orange #F0582C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.66%

 BLUE value IS 44 (17.58% from 255) = 11.83%

R = 64.52%
G = 23.66%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0582C (or 0xF0582C) is known color: Outrageous Orange. HEX triplet: F0, 58 and 2C. RGB value is (240,88,44). Sum of RGB (Red+Green+Blue) = 240+88+44=372 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.52% from 372); Green value is 88 (34.77% from 255 or 23.66% from 372); Blue value is 44 (17.58% from 255 or 11.83% from 372); Max value from RGB is 240 - color contains mainly: red. Hex color #F0582C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0582C is #0FA7D3. Grayscale: #808080. Windows color (decimal): -1026004 or 2906352. OLE color: 2906352.

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

Color convert

RGB 240 88 44 -
CMYK 0 0.63 0.82 0.06
HSL 13.47º 0.87% 0.56% -
HSV(B) 13.47º 0.82% 0.94% -
XYZ 39.88 25.69 5.24 -
YUV 128.43 80.36 207.58 -
System Red Green Blue C M Y K H S L
Decimal 240 88 44 0 0.63 0.82 0.06 13.47 0.87 0.56
Hex F0 58 2C 0 3F 52 6 D 57 38
Octal 360 130 54 0 77 122 6 15 127 70
Binary 11110000 1011000 101100 0 111111 1010010 110 1101 1010111 111000

Color Harmonies of #F0582C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0582C

Black with #F0582C

Text Example


Text Example

White with #F0582C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0582C; }

 p { color: rgb(240,88,44); }

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

background-color css

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

 a { background-color: rgb(240,88,44); }

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

border-color css

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

 span { border-color: rgb(240,88,44); }

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