Html Css Color HEX #F05C09 Persimmon

📋 copy color: '#F05C09'

red 240 ◦ green 92 ◦ blue 9

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

Shades of Persimmon #F05C09

Tints of Persimmon #F05C09

RGB

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

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

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

R = 70.38%
G = 26.98%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F05C09 (or 0xF05C09) is known color: Persimmon. HEX triplet: F0, 5C and 09. RGB value is (240,92,9). Sum of RGB (Red+Green+Blue) = 240+92+9=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F05C09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05C09 is #0FA3F6. Grayscale: #7F7F7F. Windows color (decimal): -1025015 or 613616. OLE color: 613616.

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

Color convert

RGB 240 92 9 -
CMYK 0 0.62 0.96 0.06
HSL 21.56º 0.93% 0.49% -
HSV(B) 21.56º 0.96% 0.94% -
XYZ 39.81 26.2 3.22 -
YUV 126.79 61.53 208.75 -
System Red Green Blue C M Y K H S L
Decimal 240 92 9 0 0.62 0.96 0.06 21.56 0.93 0.49
Hex F0 5C 9 0 3E 60 6 16 5D 31
Octal 360 134 11 0 76 140 6 26 135 61
Binary 11110000 1011100 1001 0 111110 1100000 110 10110 1011101 110001

Color Harmonies of #F05C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05C09

Black with #F05C09

Text Example


Text Example

White with #F05C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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