Html Css Color HEX #F05514 Persimmon

📋 copy color: '#F05514'

red 240 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #F05514

Tints of Persimmon #F05514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 69.57%
G = 24.64%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05514 (or 0xF05514) is known color: Persimmon. HEX triplet: F0, 55 and 14. RGB value is (240,85,20). Sum of RGB (Red+Green+Blue) = 240+85+20=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 20 (8.20% from 255 or 5.80% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05514 is #0FAAEB. Grayscale: #7C7C7C. Windows color (decimal): -1026796 or 1332720. OLE color: 1332720.

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

Color convert

RGB 240 85 20 -
CMYK 0 0.65 0.92 0.06
HSL 17.73º 0.88% 0.51% -
HSV(B) 17.73º 0.92% 0.94% -
XYZ 39.31 25.07 3.43 -
YUV 123.94 69.35 210.79 -
System Red Green Blue C M Y K H S L
Decimal 240 85 20 0 0.65 0.92 0.06 17.73 0.88 0.51
Hex F0 55 14 0 41 5C 6 12 58 33
Octal 360 125 24 0 101 134 6 22 130 63
Binary 11110000 1010101 10100 0 1000001 1011100 110 10010 1011000 110011

Color Harmonies of #F05514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05514

Black with #F05514

Text Example


Text Example

White with #F05514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05514; }

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

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

background-color css

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

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

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

border-color css

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

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

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