Html Css Color HEX #F05C19 Persimmon

📋 copy color: '#F05C19'

red 240 ◦ green 92 ◦ blue 25

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

Shades of Persimmon #F05C19

Tints of Persimmon #F05C19

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.77%

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

R = 67.23%
G = 25.77%
B = 7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#F05C19 (or 0xF05C19) is known color: Persimmon. HEX triplet: F0, 5C and 19. RGB value is (240,92,25). Sum of RGB (Red+Green+Blue) = 240+92+25=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 92 (36.33% from 255 or 25.77% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C19 is #0FA3E6. Grayscale: #818181. Windows color (decimal): -1024999 or 1662192. OLE color: 1662192.

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

Color convert

RGB 240 92 25 -
CMYK 0 0.62 0.90 0.06
HSL 18.7º 0.88% 0.52% -
HSV(B) 18.7º 0.9% 0.94% -
XYZ 39.94 26.25 3.88 -
YUV 128.61 69.53 207.45 -
System Red Green Blue C M Y K H S L
Decimal 240 92 25 0 0.62 0.90 0.06 18.7 0.88 0.52
Hex F0 5C 19 0 3E 5A 6 13 58 34
Octal 360 134 31 0 76 132 6 23 130 64
Binary 11110000 1011100 11001 0 111110 1011010 110 10011 1011000 110100

Color Harmonies of #F05C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C19

Black with #F05C19

Text Example


Text Example

White with #F05C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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