Html Css Color HEX #F0513D Sunset Orange

📋 copy color: '#F0513D'

red 240 ◦ green 81 ◦ blue 61

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

Shades of Sunset Orange #F0513D

Tints of Sunset Orange #F0513D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 62.83%
G = 21.2%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0513D (or 0xF0513D) is known color: Sunset Orange. HEX triplet: F0, 51 and 3D. RGB value is (240,81,61). Sum of RGB (Red+Green+Blue) = 240+81+61=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F0513D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0513D is #0FAEC2. Grayscale: #7E7E7E. Windows color (decimal): -1027779 or 4018672. OLE color: 4018672.

HSL color Cylindrical-coordinate representation of color #F0513D: hue angle of 6.7º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F0513D is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 81 61 -
CMYK 0 0.66 0.75 0.06
HSL 6.7º 0.86% 0.59% -
HSV(B) 6.7º 0.75% 0.94% -
XYZ 39.72 24.75 7.1 -
YUV 126.26 91.18 209.13 -
System Red Green Blue C M Y K H S L
Decimal 240 81 61 0 0.66 0.75 0.06 6.7 0.86 0.59
Hex F0 51 3D 0 42 4B 6 7 56 3B
Octal 360 121 75 0 102 113 6 7 126 73
Binary 11110000 1010001 111101 0 1000010 1001011 110 111 1010110 111011

Color Harmonies of #F0513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0513D

Black with #F0513D

Text Example


Text Example

White with #F0513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0513D; }

 p { color: rgb(240,81,61); }

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

background-color css

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

 a { background-color: rgb(240,81,61); }

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

border-color css

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

 span { border-color: rgb(240,81,61); }

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