Html Css Color HEX #F0582A Outrageous Orange

📋 copy color: '#F0582A'

red 240 ◦ green 88 ◦ blue 42

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

Shades of Outrageous Orange #F0582A

Tints of Outrageous Orange #F0582A

RGB

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

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

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

R = 64.86%
G = 23.78%
B = 11.35%

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

#F0582A (or 0xF0582A) is known color: Outrageous Orange. HEX triplet: F0, 58 and 2A. RGB value is (240,88,42). Sum of RGB (Red+Green+Blue) = 240+88+42=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 42 (16.80% from 255 or 11.35% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F0582A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0582A is #0FA7D5. Grayscale: #808080. Windows color (decimal): -1026006 or 2775280. OLE color: 2775280.

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

Color convert

RGB 240 88 42 -
CMYK 0 0.63 0.82 0.06
HSL 13.94º 0.87% 0.55% -
HSV(B) 13.94º 0.83% 0.94% -
XYZ 39.84 25.67 5.05 -
YUV 128.2 79.36 207.74 -
System Red Green Blue C M Y K H S L
Decimal 240 88 42 0 0.63 0.82 0.06 13.94 0.87 0.55
Hex F0 58 2A 0 3F 52 6 E 57 37
Octal 360 130 52 0 77 122 6 16 127 67
Binary 11110000 1011000 101010 0 111111 1010010 110 1110 1010111 110111

Color Harmonies of #F0582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0582A

Black with #F0582A

Text Example


Text Example

White with #F0582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0582A; }

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

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

background-color css

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

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

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

border-color css

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

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

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