Html Css Color HEX #F05F09 Persimmon

📋 copy color: '#F05F09'

red 240 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #F05F09

Tints of Persimmon #F05F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.62%

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

R = 69.77%
G = 27.62%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F05F09 (or 0xF05F09) is known color: Persimmon. HEX triplet: F0, 5F and 09. RGB value is (240,95,9). Sum of RGB (Red+Green+Blue) = 240+95+9=344 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.77% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 9 (3.91% from 255 or 2.62% from 344); Max value from RGB is 240 - color contains mainly: red. Hex color #F05F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05F09 is #0FA0F6. Grayscale: #818181. Windows color (decimal): -1024247 or 614384. OLE color: 614384.

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

Color convert

RGB 240 95 9 -
CMYK 0 0.60 0.96 0.06
HSL 22.34º 0.93% 0.49% -
HSV(B) 22.34º 0.96% 0.94% -
XYZ 40.08 26.73 3.31 -
YUV 128.55 60.54 207.49 -
System Red Green Blue C M Y K H S L
Decimal 240 95 9 0 0.60 0.96 0.06 22.34 0.93 0.49
Hex F0 5F 9 0 3C 60 6 16 5D 31
Octal 360 137 11 0 74 140 6 26 135 61
Binary 11110000 1011111 1001 0 111100 1100000 110 10110 1011101 110001

Color Harmonies of #F05F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05F09

Black with #F05F09

Text Example


Text Example

White with #F05F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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