Html Css Color HEX #F04E08 Persimmon

📋 copy color: '#F04E08'

red 240 ◦ green 78 ◦ blue 8

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

Shades of Persimmon #F04E08

Tints of Persimmon #F04E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.93%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 73.62%
G = 23.93%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F04E08 (or 0xF04E08) is known color: Persimmon. HEX triplet: F0, 4E and 08. RGB value is (240,78,8). Sum of RGB (Red+Green+Blue) = 240+78+8=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F04E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04E08 is #0FB1F7. Grayscale: #767676. Windows color (decimal): -1028600 or 544496. OLE color: 544496.

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

Color convert

RGB 240 78 8 -
CMYK 0 0.68 0.97 0.06
HSL 18.1º 0.94% 0.49% -
HSV(B) 18.1º 0.97% 0.94% -
XYZ 38.7 23.99 2.82 -
YUV 118.46 65.67 214.69 -
System Red Green Blue C M Y K H S L
Decimal 240 78 8 0 0.68 0.97 0.06 18.1 0.94 0.49
Hex F0 4E 8 0 44 61 6 12 5E 31
Octal 360 116 10 0 104 141 6 22 136 61
Binary 11110000 1001110 1000 0 1000100 1100001 110 10010 1011110 110001

Color Harmonies of #F04E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04E08

Black with #F04E08

Text Example


Text Example

White with #F04E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04E08; }

 p { color: rgb(240,78,8); }

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

background-color css

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

 a { background-color: rgb(240,78,8); }

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

border-color css

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

 span { border-color: rgb(240,78,8); }

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