Html Css Color HEX #F05814 Persimmon

📋 copy color: '#F05814'

red 240 ◦ green 88 ◦ blue 20

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

Shades of Persimmon #F05814

Tints of Persimmon #F05814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.29%

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

R = 68.97%
G = 25.29%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05814 (or 0xF05814) is known color: Persimmon. HEX triplet: F0, 58 and 14. RGB value is (240,88,20). Sum of RGB (Red+Green+Blue) = 240+88+20=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F05814 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05814 is #0FA7EB. Grayscale: #7E7E7E. Windows color (decimal): -1026028 or 1333488. OLE color: 1333488.

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

Color convert

RGB 240 88 20 -
CMYK 0 0.63 0.92 0.06
HSL 18.55º 0.88% 0.51% -
HSV(B) 18.55º 0.92% 0.94% -
XYZ 39.55 25.56 3.51 -
YUV 125.7 68.36 209.53 -
System Red Green Blue C M Y K H S L
Decimal 240 88 20 0 0.63 0.92 0.06 18.55 0.88 0.51
Hex F0 58 14 0 3F 5C 6 13 58 33
Octal 360 130 24 0 77 134 6 23 130 63
Binary 11110000 1011000 10100 0 111111 1011100 110 10011 1011000 110011

Color Harmonies of #F05814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05814

Black with #F05814

Text Example


Text Example

White with #F05814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05814; }

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

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

background-color css

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

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

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

border-color css

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

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

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