Html Css Color HEX #F05509 Persimmon

📋 copy color: '#F05509'

red 240 ◦ green 85 ◦ blue 9

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

Shades of Persimmon #F05509

Tints of Persimmon #F05509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.45%

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 71.86%
G = 25.45%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F05509 (or 0xF05509) is known color: Persimmon. HEX triplet: F0, 55 and 09. RGB value is (240,85,9). Sum of RGB (Red+Green+Blue) = 240+85+9=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F05509 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05509 is #0FAAF6. Grayscale: #7B7B7B. Windows color (decimal): -1026807 or 611824. OLE color: 611824.

HSL color Cylindrical-coordinate representation of color #F05509: hue angle of 19.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F05509 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 85 9 -
CMYK 0 0.65 0.96 0.06
HSL 19.74º 0.93% 0.49% -
HSV(B) 19.74º 0.96% 0.94% -
XYZ 39.23 25.04 3.02 -
YUV 122.68 63.85 211.68 -
System Red Green Blue C M Y K H S L
Decimal 240 85 9 0 0.65 0.96 0.06 19.74 0.93 0.49
Hex F0 55 9 0 41 60 6 14 5D 31
Octal 360 125 11 0 101 140 6 24 135 61
Binary 11110000 1010101 1001 0 1000001 1100000 110 10100 1011101 110001

Color Harmonies of #F05509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05509

Black with #F05509

Text Example


Text Example

White with #F05509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05509; }

 p { color: rgb(240,85,9); }

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

background-color css

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

 a { background-color: rgb(240,85,9); }

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

border-color css

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

 span { border-color: rgb(240,85,9); }

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