Html Css Color HEX #F04C07 Persimmon

📋 copy color: '#F04C07'

red 240 ◦ green 76 ◦ blue 7

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

Shades of Persimmon #F04C07

Tints of Persimmon #F04C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.53%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 74.3%
G = 23.53%
B = 2.17%

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

#F04C07 (or 0xF04C07) is known color: Persimmon. HEX triplet: F0, 4C and 07. RGB value is (240,76,7). Sum of RGB (Red+Green+Blue) = 240+76+7=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F04C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04C07 is #0FB3F8. Grayscale: #757575. Windows color (decimal): -1029113 or 478448. OLE color: 478448.

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

Color convert

RGB 240 76 7 -
CMYK 0 0.68 0.97 0.06
HSL 17.77º 0.94% 0.48% -
HSV(B) 17.77º 0.97% 0.94% -
XYZ 38.56 23.71 2.75 -
YUV 117.17 65.83 215.61 -
System Red Green Blue C M Y K H S L
Decimal 240 76 7 0 0.68 0.97 0.06 17.77 0.94 0.48
Hex F0 4C 7 0 44 61 6 12 5E 30
Octal 360 114 7 0 104 141 6 22 136 60
Binary 11110000 1001100 111 0 1000100 1100001 110 10010 1011110 110000

Color Harmonies of #F04C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04C07

Black with #F04C07

Text Example


Text Example

White with #F04C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04C07; }

 p { color: rgb(240,76,7); }

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

background-color css

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

 a { background-color: rgb(240,76,7); }

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

border-color css

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

 span { border-color: rgb(240,76,7); }

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