Html Css Color HEX #F0534A Sunset Orange

📋 copy color: '#F0534A'

red 240 ◦ green 83 ◦ blue 74

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

Shades of Sunset Orange #F0534A

Tints of Sunset Orange #F0534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.91%

 BLUE value IS 74 (29.3% from 255) = 18.64%

R = 60.45%
G = 20.91%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0534A (or 0xF0534A) is known color: Sunset Orange. HEX triplet: F0, 53 and 4A. RGB value is (240,83,74). Sum of RGB (Red+Green+Blue) = 240+83+74=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0534A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0534A is #0FACB5. Grayscale: #818181. Windows color (decimal): -1027254 or 4871152. OLE color: 4871152.

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

Color convert

RGB 240 83 74 -
CMYK 0 0.65 0.69 0.06
HSL 3.25º 0.85% 0.62% -
HSV(B) 3.25º 0.69% 0.94% -
XYZ 40.26 25.21 9.22 -
YUV 128.92 97.01 207.23 -
System Red Green Blue C M Y K H S L
Decimal 240 83 74 0 0.65 0.69 0.06 3.25 0.85 0.62
Hex F0 53 4A 0 41 45 6 3 55 3E
Octal 360 123 112 0 101 105 6 3 125 76
Binary 11110000 1010011 1001010 0 1000001 1000101 110 11 1010101 111110

Color Harmonies of #F0534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0534A

Black with #F0534A

Text Example


Text Example

White with #F0534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0534A; }

 p { color: rgb(240,83,74); }

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

background-color css

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

 a { background-color: rgb(240,83,74); }

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

border-color css

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

 span { border-color: rgb(240,83,74); }

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