Html Css Color HEX #F0542A Outrageous Orange

📋 copy color: '#F0542A'

red 240 ◦ green 84 ◦ blue 42

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

Shades of Outrageous Orange #F0542A

Tints of Outrageous Orange #F0542A

RGB

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

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

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

R = 65.57%
G = 22.95%
B = 11.48%

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

#F0542A (or 0xF0542A) is known color: Outrageous Orange. HEX triplet: F0, 54 and 2A. RGB value is (240,84,42). Sum of RGB (Red+Green+Blue) = 240+84+42=366 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.57% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 240 - color contains mainly: red. Hex color #F0542A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0542A is #0FABD5. Grayscale: #7E7E7E. Windows color (decimal): -1027030 or 2774256. OLE color: 2774256.

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

Color convert

RGB 240 84 42 -
CMYK 0 0.65 0.82 0.06
HSL 12.73º 0.87% 0.55% -
HSV(B) 12.73º 0.83% 0.94% -
XYZ 39.52 25.03 4.94 -
YUV 125.86 80.68 209.42 -
System Red Green Blue C M Y K H S L
Decimal 240 84 42 0 0.65 0.82 0.06 12.73 0.87 0.55
Hex F0 54 2A 0 41 52 6 D 57 37
Octal 360 124 52 0 101 122 6 15 127 67
Binary 11110000 1010100 101010 0 1000001 1010010 110 1101 1010111 110111

Color Harmonies of #F0542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0542A

Black with #F0542A

Text Example


Text Example

White with #F0542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0542A; }

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

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

background-color css

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

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

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

border-color css

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

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

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