Html Css Color HEX #F05413 Persimmon

📋 copy color: '#F05413'

red 240 ◦ green 84 ◦ blue 19

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

Shades of Persimmon #F05413

Tints of Persimmon #F05413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.54%

R = 69.97%
G = 24.49%
B = 5.54%

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

#F05413 (or 0xF05413) is known color: Persimmon. HEX triplet: F0, 54 and 13. RGB value is (240,84,19). Sum of RGB (Red+Green+Blue) = 240+84+19=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 84 (33.20% from 255 or 24.49% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F05413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05413 is #0FABEC. Grayscale: #7B7B7B. Windows color (decimal): -1027053 or 1266928. OLE color: 1266928.

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

Color convert

RGB 240 84 19 -
CMYK 0 0.65 0.92 0.06
HSL 17.65º 0.88% 0.51% -
HSV(B) 17.65º 0.92% 0.94% -
XYZ 39.22 24.91 3.36 -
YUV 123.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 240 84 19 0 0.65 0.92 0.06 17.65 0.88 0.51
Hex F0 54 13 0 41 5C 6 12 58 33
Octal 360 124 23 0 101 134 6 22 130 63
Binary 11110000 1010100 10011 0 1000001 1011100 110 10010 1011000 110011

Color Harmonies of #F05413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05413

Black with #F05413

Text Example


Text Example

White with #F05413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05413; }

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

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

background-color css

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

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

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

border-color css

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

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

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