Html Css Color HEX #F0552C Outrageous Orange

📋 copy color: '#F0552C'

red 240 ◦ green 85 ◦ blue 44

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

Shades of Outrageous Orange #F0552C

Tints of Outrageous Orange #F0552C

RGB

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

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

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

R = 65.04%
G = 23.04%
B = 11.92%

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

#F0552C (or 0xF0552C) is known color: Outrageous Orange. HEX triplet: F0, 55 and 2C. RGB value is (240,85,44). Sum of RGB (Red+Green+Blue) = 240+85+44=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0552C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0552C is #0FAAD3. Grayscale: #7E7E7E. Windows color (decimal): -1026772 or 2905584. OLE color: 2905584.

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

Color convert

RGB 240 85 44 -
CMYK 0 0.65 0.82 0.06
HSL 12.55º 0.87% 0.56% -
HSV(B) 12.55º 0.82% 0.94% -
XYZ 39.64 25.2 5.16 -
YUV 126.67 81.35 208.83 -
System Red Green Blue C M Y K H S L
Decimal 240 85 44 0 0.65 0.82 0.06 12.55 0.87 0.56
Hex F0 55 2C 0 41 52 6 D 57 38
Octal 360 125 54 0 101 122 6 15 127 70
Binary 11110000 1010101 101100 0 1000001 1010010 110 1101 1010111 111000

Color Harmonies of #F0552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0552C

Black with #F0552C

Text Example


Text Example

White with #F0552C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0552C; }

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

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

background-color css

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

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

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

border-color css

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

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

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