Html Css Color HEX #F0552A Outrageous Orange

📋 copy color: '#F0552A'

red 240 ◦ green 85 ◦ blue 42

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

Shades of Outrageous Orange #F0552A

Tints of Outrageous Orange #F0552A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 65.4%
G = 23.16%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0552A (or 0xF0552A) is known color: Outrageous Orange. HEX triplet: F0, 55 and 2A. RGB value is (240,85,42). Sum of RGB (Red+Green+Blue) = 240+85+42=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F0552A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0552A is #0FAAD5. Grayscale: #7E7E7E. Windows color (decimal): -1026774 or 2774512. OLE color: 2774512.

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

Color convert

RGB 240 85 42 -
CMYK 0 0.65 0.82 0.06
HSL 13.03º 0.87% 0.55% -
HSV(B) 13.03º 0.83% 0.94% -
XYZ 39.6 25.19 4.97 -
YUV 126.44 80.35 209 -
System Red Green Blue C M Y K H S L
Decimal 240 85 42 0 0.65 0.82 0.06 13.03 0.87 0.55
Hex F0 55 2A 0 41 52 6 D 57 37
Octal 360 125 52 0 101 122 6 15 127 67
Binary 11110000 1010101 101010 0 1000001 1010010 110 1101 1010111 110111

Color Harmonies of #F0552A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0552A

Black with #F0552A

Text Example


Text Example

White with #F0552A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0552A; }

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

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

background-color css

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

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

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

border-color css

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

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

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