Html Css Color HEX #F05D19 Persimmon

📋 copy color: '#F05D19'

red 240 ◦ green 93 ◦ blue 25

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

Shades of Persimmon #F05D19

Tints of Persimmon #F05D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.98%

R = 67.04%
G = 25.98%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F05D19 (or 0xF05D19) is known color: Persimmon. HEX triplet: F0, 5D and 19. RGB value is (240,93,25). Sum of RGB (Red+Green+Blue) = 240+93+25=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 25 (10.16% from 255 or 6.98% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D19 is #0FA2E6. Grayscale: #818181. Windows color (decimal): -1024743 or 1662448. OLE color: 1662448.

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

Color convert

RGB 240 93 25 -
CMYK 0 0.61 0.90 0.06
HSL 18.98º 0.88% 0.52% -
HSV(B) 18.98º 0.9% 0.94% -
XYZ 40.02 26.42 3.91 -
YUV 129.2 69.2 207.03 -
System Red Green Blue C M Y K H S L
Decimal 240 93 25 0 0.61 0.90 0.06 18.98 0.88 0.52
Hex F0 5D 19 0 3D 5A 6 13 58 34
Octal 360 135 31 0 75 132 6 23 130 64
Binary 11110000 1011101 11001 0 111101 1011010 110 10011 1011000 110100

Color Harmonies of #F05D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05D19

Black with #F05D19

Text Example


Text Example

White with #F05D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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