Html Css Color HEX #F04D05 Persimmon

📋 copy color: '#F04D05'

red 240 ◦ green 77 ◦ blue 5

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

Shades of Persimmon #F04D05

Tints of Persimmon #F04D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

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

R = 74.53%
G = 23.91%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F04D05 (or 0xF04D05) is known color: Persimmon. HEX triplet: F0, 4D and 05. RGB value is (240,77,5). Sum of RGB (Red+Green+Blue) = 240+77+5=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D05 is #0FB2FA. Grayscale: #757575. Windows color (decimal): -1028859 or 347632. OLE color: 347632.

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

Color convert

RGB 240 77 5 -
CMYK 0 0.68 0.98 0.06
HSL 18.38º 0.96% 0.48% -
HSV(B) 18.38º 0.98% 0.94% -
XYZ 38.62 23.84 2.71 -
YUV 117.53 64.5 215.35 -
System Red Green Blue C M Y K H S L
Decimal 240 77 5 0 0.68 0.98 0.06 18.38 0.96 0.48
Hex F0 4D 5 0 44 62 6 12 60 30
Octal 360 115 5 0 104 142 6 22 140 60
Binary 11110000 1001101 101 0 1000100 1100010 110 10010 1100000 110000

Color Harmonies of #F04D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D05

Black with #F04D05

Text Example


Text Example

White with #F04D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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