Html Css Color HEX #F5483C Sunset Orange

📋 copy color: '#F5483C'

red 245 ◦ green 72 ◦ blue 60

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

Shades of Sunset Orange #F5483C

Tints of Sunset Orange #F5483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

 BLUE value IS 60 (23.83% from 255) = 15.92%

R = 64.99%
G = 19.1%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5483C (or 0xF5483C) is known color: Sunset Orange. HEX triplet: F5, 48 and 3C. RGB value is (245,72,60). Sum of RGB (Red+Green+Blue) = 245+72+60=377 (49% of max value = 765). Red value is 245 (96.09% from 255 or 64.99% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 245 - color contains mainly: red. Hex color #F5483C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5483C is #0AB7C3. Grayscale: #7A7A7A. Windows color (decimal): -702404 or 3950837. OLE color: 3950837.

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

Color convert

RGB 245 72 60 -
CMYK 0 0.71 0.76 0.04
HSL 3.89º 0.9% 0.6% -
HSV(B) 3.89º 0.76% 0.96% -
XYZ 40.79 24.37 6.83 -
YUV 122.36 92.81 215.48 -
System Red Green Blue C M Y K H S L
Decimal 245 72 60 0 0.71 0.76 0.04 3.89 0.9 0.6
Hex F5 48 3C 0 47 4C 4 4 5A 3C
Octal 365 110 74 0 107 114 4 4 132 74
Binary 11110101 1001000 111100 0 1000111 1001100 100 100 1011010 111100

Color Harmonies of #F5483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5483C

Black with #F5483C

Text Example


Text Example

White with #F5483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5483C; }

 p { color: rgb(245,72,60); }

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

background-color css

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

 a { background-color: rgb(245,72,60); }

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

border-color css

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

 span { border-color: rgb(245,72,60); }

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