Html Css Color HEX #F04F3C Sunset Orange

📋 copy color: '#F04F3C'

red 240 ◦ green 79 ◦ blue 60

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

Shades of Sunset Orange #F04F3C

Tints of Sunset Orange #F04F3C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.84%

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

R = 63.32%
G = 20.84%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F04F3C (or 0xF04F3C) is known color: Sunset Orange. HEX triplet: F0, 4F and 3C. RGB value is (240,79,60). Sum of RGB (Red+Green+Blue) = 240+79+60=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 79 (31.25% from 255 or 20.84% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F04F3C is #0FB0C3. Grayscale: #7D7D7D. Windows color (decimal): -1028292 or 3952624. OLE color: 3952624.

HSL color Cylindrical-coordinate representation of color #F04F3C: hue angle of 6.33º 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 #F04F3C is Cyan = 0, Magento = 0.67, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 60 -
CMYK 0 0.67 0.75 0.06
HSL 6.33º 0.86% 0.59% -
HSV(B) 6.33º 0.75% 0.94% -
XYZ 39.55 24.44 6.91 -
YUV 124.97 91.34 210.04 -
System Red Green Blue C M Y K H S L
Decimal 240 79 60 0 0.67 0.75 0.06 6.33 0.86 0.59
Hex F0 4F 3C 0 43 4B 6 6 56 3B
Octal 360 117 74 0 103 113 6 6 126 73
Binary 11110000 1001111 111100 0 1000011 1001011 110 110 1010110 111011

Color Harmonies of #F04F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F3C

Black with #F04F3C

Text Example


Text Example

White with #F04F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F3C; }

 p { color: rgb(240,79,60); }

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

background-color css

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

 a { background-color: rgb(240,79,60); }

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

border-color css

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

 span { border-color: rgb(240,79,60); }

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