Html Css Color HEX #F05419 Persimmon

📋 copy color: '#F05419'

red 240 ◦ green 84 ◦ blue 25

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

Shades of Persimmon #F05419

Tints of Persimmon #F05419

RGB

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

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

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

R = 68.77%
G = 24.07%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F05419 (or 0xF05419) is known color: Persimmon. HEX triplet: F0, 54 and 19. RGB value is (240,84,25). Sum of RGB (Red+Green+Blue) = 240+84+25=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 25 (10.16% from 255 or 7.16% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F05419 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05419 is #0FABE6. Grayscale: #7C7C7C. Windows color (decimal): -1027047 or 1660144. OLE color: 1660144.

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

Color convert

RGB 240 84 25 -
CMYK 0 0.65 0.90 0.06
HSL 16.47º 0.88% 0.52% -
HSV(B) 16.47º 0.9% 0.94% -
XYZ 39.28 24.94 3.66 -
YUV 123.92 72.18 210.8 -
System Red Green Blue C M Y K H S L
Decimal 240 84 25 0 0.65 0.90 0.06 16.47 0.88 0.52
Hex F0 54 19 0 41 5A 6 10 58 34
Octal 360 124 31 0 101 132 6 20 130 64
Binary 11110000 1010100 11001 0 1000001 1011010 110 10000 1011000 110100

Color Harmonies of #F05419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05419

Black with #F05419

Text Example


Text Example

White with #F05419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05419; }

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

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

background-color css

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

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

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

border-color css

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

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

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