Html Css Color HEX #F05D14 Persimmon

📋 copy color: '#F05D14'

red 240 ◦ green 93 ◦ blue 20

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

Shades of Persimmon #F05D14

Tints of Persimmon #F05D14

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.35%

 BLUE value IS 20 (8.2% from 255) = 5.67%

R = 67.99%
G = 26.35%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05D14 (or 0xF05D14) is known color: Persimmon. HEX triplet: F0, 5D and 14. RGB value is (240,93,20). Sum of RGB (Red+Green+Blue) = 240+93+20=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D14 is #0FA2EB. Grayscale: #818181. Windows color (decimal): -1024748 or 1334768. OLE color: 1334768.

HSL color Cylindrical-coordinate representation of color #F05D14: hue angle of 19.91º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F05D14 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 93 20 -
CMYK 0 0.61 0.92 0.06
HSL 19.91º 0.88% 0.51% -
HSV(B) 19.91º 0.92% 0.94% -
XYZ 39.98 26.4 3.65 -
YUV 128.63 66.7 207.44 -
System Red Green Blue C M Y K H S L
Decimal 240 93 20 0 0.61 0.92 0.06 19.91 0.88 0.51
Hex F0 5D 14 0 3D 5C 6 14 58 33
Octal 360 135 24 0 75 134 6 24 130 63
Binary 11110000 1011101 10100 0 111101 1011100 110 10100 1011000 110011

Color Harmonies of #F05D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D14

Black with #F05D14

Text Example


Text Example

White with #F05D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D14; }

 p { color: rgb(240,93,20); }

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

background-color css

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

 a { background-color: rgb(240,93,20); }

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

border-color css

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

 span { border-color: rgb(240,93,20); }

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