Html Css Color HEX #F05407 Persimmon

📋 copy color: '#F05407'

red 240 ◦ green 84 ◦ blue 7

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

Shades of Persimmon #F05407

Tints of Persimmon #F05407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.38%

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

R = 72.51%
G = 25.38%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F05407 (or 0xF05407) is known color: Persimmon. HEX triplet: F0, 54 and 07. RGB value is (240,84,7). Sum of RGB (Red+Green+Blue) = 240+84+7=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 7 (3.12% from 255 or 2.11% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F05407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05407 is #0FABF8. Grayscale: #7A7A7A. Windows color (decimal): -1027065 or 480496. OLE color: 480496.

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

Color convert

RGB 240 84 7 -
CMYK 0 0.65 0.97 0.06
HSL 19.83º 0.94% 0.48% -
HSV(B) 19.83º 0.97% 0.94% -
XYZ 39.14 24.88 2.94 -
YUV 121.87 63.18 212.26 -
System Red Green Blue C M Y K H S L
Decimal 240 84 7 0 0.65 0.97 0.06 19.83 0.94 0.48
Hex F0 54 7 0 41 61 6 14 5E 30
Octal 360 124 7 0 101 141 6 24 136 60
Binary 11110000 1010100 111 0 1000001 1100001 110 10100 1011110 110000

Color Harmonies of #F05407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05407

Black with #F05407

Text Example


Text Example

White with #F05407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05407; }

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

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

background-color css

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

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

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

border-color css

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

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

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