Html Css Color HEX #F04B41 Sunset Orange

📋 copy color: '#F04B41'

red 240 ◦ green 75 ◦ blue 65

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

Shades of Sunset Orange #F04B41

Tints of Sunset Orange #F04B41

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

 BLUE value IS 65 (25.78% from 255) = 17.11%

R = 63.16%
G = 19.74%
B = 17.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F04B41 (or 0xF04B41) is known color: Sunset Orange. HEX triplet: F0, 4B and 41. RGB value is (240,75,65). Sum of RGB (Red+Green+Blue) = 240+75+65=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F04B41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F04B41 is #0FB4BE. Grayscale: #7B7B7B. Windows color (decimal): -1029311 or 4279280. OLE color: 4279280.

HSL color Cylindrical-coordinate representation of color #F04B41: hue angle of 3.43º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F04B41 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 75 65 -
CMYK 0 0.69 0.73 0.06
HSL 3.43º 0.85% 0.6% -
HSV(B) 3.43º 0.73% 0.94% -
XYZ 39.41 23.94 7.54 -
YUV 123.2 95.16 211.31 -
System Red Green Blue C M Y K H S L
Decimal 240 75 65 0 0.69 0.73 0.06 3.43 0.85 0.6
Hex F0 4B 41 0 45 49 6 3 55 3C
Octal 360 113 101 0 105 111 6 3 125 74
Binary 11110000 1001011 1000001 0 1000101 1001001 110 11 1010101 111100

Color Harmonies of #F04B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04B41

Black with #F04B41

Text Example


Text Example

White with #F04B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04B41; }

 p { color: rgb(240,75,65); }

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

background-color css

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

 a { background-color: rgb(240,75,65); }

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

border-color css

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

 span { border-color: rgb(240,75,65); }

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