Html Css Color HEX #F04D04 Persimmon

📋 copy color: '#F04D04'

red 240 ◦ green 77 ◦ blue 4

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

Shades of Persimmon #F04D04

Tints of Persimmon #F04D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 74.77%
G = 23.99%
B = 1.25%

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

#F04D04 (or 0xF04D04) is known color: Persimmon. HEX triplet: F0, 4D and 04. RGB value is (240,77,4). Sum of RGB (Red+Green+Blue) = 240+77+4=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D04 is #0FB2FB. Grayscale: #757575. Windows color (decimal): -1028860 or 282096. OLE color: 282096.

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

Color convert

RGB 240 77 4 -
CMYK 0 0.68 0.98 0.06
HSL 18.56º 0.97% 0.48% -
HSV(B) 18.56º 0.98% 0.94% -
XYZ 38.61 23.84 2.68 -
YUV 117.42 64 215.44 -
System Red Green Blue C M Y K H S L
Decimal 240 77 4 0 0.68 0.98 0.06 18.56 0.97 0.48
Hex F0 4D 4 0 44 62 6 13 61 30
Octal 360 115 4 0 104 142 6 23 141 60
Binary 11110000 1001101 100 0 1000100 1100010 110 10011 1100001 110000

Color Harmonies of #F04D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04D04

Black with #F04D04

Text Example


Text Example

White with #F04D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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