Html Css Color HEX #F04F05 Persimmon

📋 copy color: '#F04F05'

red 240 ◦ green 79 ◦ blue 5

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

Shades of Persimmon #F04F05

Tints of Persimmon #F04F05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 74.07%
G = 24.38%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04F05 (or 0xF04F05) is known color: Persimmon. HEX triplet: F0, 4F and 05. RGB value is (240,79,5). Sum of RGB (Red+Green+Blue) = 240+79+5=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F04F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04F05 is #0FB0FA. Grayscale: #777777. Windows color (decimal): -1028347 or 348144. OLE color: 348144.

HSL color Cylindrical-coordinate representation of color #F04F05: hue angle of 18.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F04F05 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 79 5 -
CMYK 0 0.67 0.98 0.06
HSL 18.89º 0.96% 0.48% -
HSV(B) 18.89º 0.98% 0.94% -
XYZ 38.76 24.13 2.76 -
YUV 118.7 63.84 214.52 -
System Red Green Blue C M Y K H S L
Decimal 240 79 5 0 0.67 0.98 0.06 18.89 0.96 0.48
Hex F0 4F 5 0 43 62 6 13 60 30
Octal 360 117 5 0 103 142 6 23 140 60
Binary 11110000 1001111 101 0 1000011 1100010 110 10011 1100000 110000

Color Harmonies of #F04F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04F05

Black with #F04F05

Text Example


Text Example

White with #F04F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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