Html Css Color HEX #F54740 Sunset Orange

📋 copy color: '#F54740'

red 245 ◦ green 71 ◦ blue 64

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

Shades of Sunset Orange #F54740

Tints of Sunset Orange #F54740

RGB

 RED value IS 245 (96.09% from 255) = 64.47%

 GREEN value IS 71 (28.13% from 255) = 18.68%

 BLUE value IS 64 (25.39% from 255) = 16.84%

R = 64.47%
G = 18.68%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#F54740 (or 0xF54740) is known color: Sunset Orange. HEX triplet: F5, 47 and 40. RGB value is (245,71,64). Sum of RGB (Red+Green+Blue) = 245+71+64=380 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.47% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 245 - color contains mainly: red. Hex color #F54740 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54740 is #0AB8BF. Grayscale: #7A7A7A. Windows color (decimal): -702656 or 4212725. OLE color: 4212725.

HSL color Cylindrical-coordinate representation of color #F54740: hue angle of 2.32º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F54740 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 71 64 -
CMYK 0 0.71 0.74 0.04
HSL 2.32º 0.9% 0.61% -
HSV(B) 2.32º 0.74% 0.96% -
XYZ 40.83 24.29 7.39 -
YUV 122.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 245 71 64 0 0.71 0.74 0.04 2.32 0.9 0.61
Hex F5 47 40 0 47 4A 4 2 5A 3D
Octal 365 107 100 0 107 112 4 2 132 75
Binary 11110101 1000111 1000000 0 1000111 1001010 100 10 1011010 111101

Color Harmonies of #F54740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54740

Black with #F54740

Text Example


Text Example

White with #F54740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54740; }

 p { color: rgb(245,71,64); }

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

background-color css

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

 a { background-color: rgb(245,71,64); }

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

border-color css

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

 span { border-color: rgb(245,71,64); }

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