Html Css Color HEX #F04C3A Sunset Orange

📋 copy color: '#F04C3A'

red 240 ◦ green 76 ◦ blue 58

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

Shades of Sunset Orange #F04C3A

Tints of Sunset Orange #F04C3A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.32%

 BLUE value IS 58 (23.05% from 255) = 15.51%

R = 64.17%
G = 20.32%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F04C3A (or 0xF04C3A) is known color: Sunset Orange. HEX triplet: F0, 4C and 3A. RGB value is (240,76,58). Sum of RGB (Red+Green+Blue) = 240+76+58=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 76 (30.08% from 255 or 20.32% from 374); Blue value is 58 (23.05% from 255 or 15.51% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04C3A is #0FB3C5. Grayscale: #7B7B7B. Windows color (decimal): -1029062 or 3820784. OLE color: 3820784.

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

Color convert

RGB 240 76 58 -
CMYK 0 0.68 0.76 0.06
HSL 5.93º 0.86% 0.58% -
HSV(B) 5.93º 0.76% 0.94% -
XYZ 39.28 24 6.56 -
YUV 122.98 91.33 211.46 -
System Red Green Blue C M Y K H S L
Decimal 240 76 58 0 0.68 0.76 0.06 5.93 0.86 0.58
Hex F0 4C 3A 0 44 4C 6 6 56 3A
Octal 360 114 72 0 104 114 6 6 126 72
Binary 11110000 1001100 111010 0 1000100 1001100 110 110 1010110 111010

Color Harmonies of #F04C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C3A

Black with #F04C3A

Text Example


Text Example

White with #F04C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C3A; }

 p { color: rgb(240,76,58); }

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

background-color css

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

 a { background-color: rgb(240,76,58); }

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

border-color css

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

 span { border-color: rgb(240,76,58); }

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