Html Css Color HEX #F0552E Outrageous Orange

📋 copy color: '#F0552E'

red 240 ◦ green 85 ◦ blue 46

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

Shades of Outrageous Orange #F0552E

Tints of Outrageous Orange #F0552E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 64.69%
G = 22.91%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0552E (or 0xF0552E) is known color: Outrageous Orange. HEX triplet: F0, 55 and 2E. RGB value is (240,85,46). Sum of RGB (Red+Green+Blue) = 240+85+46=371 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.69% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 240 - color contains mainly: red. Hex color #F0552E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0552E is #0FAAD1. Grayscale: #7F7F7F. Windows color (decimal): -1026770 or 3036656. OLE color: 3036656.

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

Color convert

RGB 240 85 46 -
CMYK 0 0.65 0.81 0.06
HSL 12.06º 0.87% 0.56% -
HSV(B) 12.06º 0.81% 0.94% -
XYZ 39.68 25.22 5.36 -
YUV 126.9 82.35 208.67 -
System Red Green Blue C M Y K H S L
Decimal 240 85 46 0 0.65 0.81 0.06 12.06 0.87 0.56
Hex F0 55 2E 0 41 51 6 C 57 38
Octal 360 125 56 0 101 121 6 14 127 70
Binary 11110000 1010101 101110 0 1000001 1010001 110 1100 1010111 111000

Color Harmonies of #F0552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0552E

Black with #F0552E

Text Example


Text Example

White with #F0552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0552E; }

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

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

background-color css

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

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

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

border-color css

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

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

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