Html Css Color HEX #F0542D Outrageous Orange

📋 copy color: '#F0542D'

red 240 ◦ green 84 ◦ blue 45

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

Shades of Outrageous Orange #F0542D

Tints of Outrageous Orange #F0542D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

 BLUE value IS 45 (17.97% from 255) = 12.2%

R = 65.04%
G = 22.76%
B = 12.2%

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

#F0542D (or 0xF0542D) is known color: Outrageous Orange. HEX triplet: F0, 54 and 2D. RGB value is (240,84,45). Sum of RGB (Red+Green+Blue) = 240+84+45=369 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.04% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 240 - color contains mainly: red. Hex color #F0542D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0542D is #0FABD2. Grayscale: #7E7E7E. Windows color (decimal): -1027027 or 2970864. OLE color: 2970864.

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

Color convert

RGB 240 84 45 -
CMYK 0 0.65 0.81 0.06
HSL 12º 0.87% 0.56% -
HSV(B) 12º 0.81% 0.94% -
XYZ 39.58 25.06 5.23 -
YUV 126.2 82.18 209.17 -
System Red Green Blue C M Y K H S L
Decimal 240 84 45 0 0.65 0.81 0.06 12 0.87 0.56
Hex F0 54 2D 0 41 51 6 C 57 38
Octal 360 124 55 0 101 121 6 14 127 70
Binary 11110000 1010100 101101 0 1000001 1010001 110 1100 1010111 111000

Color Harmonies of #F0542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0542D

Black with #F0542D

Text Example


Text Example

White with #F0542D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0542D; }

 p { color: rgb(240,84,45); }

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

background-color css

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

 a { background-color: rgb(240,84,45); }

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

border-color css

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

 span { border-color: rgb(240,84,45); }

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