Html Css Color HEX #F54A35 Sunset Orange

📋 copy color: '#F54A35'

red 245 ◦ green 74 ◦ blue 53

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

Shades of Sunset Orange #F54A35

Tints of Sunset Orange #F54A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 53 (21.09% from 255) = 14.25%

R = 65.86%
G = 19.89%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#F54A35 (or 0xF54A35) is known color: Sunset Orange. HEX triplet: F5, 4A and 35. RGB value is (245,74,53). Sum of RGB (Red+Green+Blue) = 245+74+53=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 53 (21.09% from 255 or 14.25% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F54A35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54A35 is #0AB5CA. Grayscale: #7A7A7A. Windows color (decimal): -701899 or 3492597. OLE color: 3492597.

HSL color Cylindrical-coordinate representation of color #F54A35: hue angle of 6.56º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F54A35 is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 74 53 -
CMYK 0 0.70 0.78 0.04
HSL 6.56º 0.91% 0.58% -
HSV(B) 6.56º 0.78% 0.96% -
XYZ 40.75 24.57 5.96 -
YUV 122.74 88.65 215.21 -
System Red Green Blue C M Y K H S L
Decimal 245 74 53 0 0.70 0.78 0.04 6.56 0.91 0.58
Hex F5 4A 35 0 46 4E 4 7 5B 3A
Octal 365 112 65 0 106 116 4 7 133 72
Binary 11110101 1001010 110101 0 1000110 1001110 100 111 1011011 111010

Color Harmonies of #F54A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54A35

Black with #F54A35

Text Example


Text Example

White with #F54A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54A35; }

 p { color: rgb(245,74,53); }

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

background-color css

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

 a { background-color: rgb(245,74,53); }

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

border-color css

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

 span { border-color: rgb(245,74,53); }

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