Html Css Color HEX #F06005 Persimmon

📋 copy color: '#F06005'

red 240 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #F06005

Tints of Persimmon #F06005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 70.38%
G = 28.15%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06005 (or 0xF06005) is known color: Persimmon. HEX triplet: F0, 60 and 05. RGB value is (240,96,5). Sum of RGB (Red+Green+Blue) = 240+96+5=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F06005 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06005 is #0F9FFA. Grayscale: #818181. Windows color (decimal): -1023995 or 352496. OLE color: 352496.

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

Color convert

RGB 240 96 5 -
CMYK 0 0.6 0.98 0.06
HSL 23.23º 0.96% 0.48% -
HSV(B) 23.23º 0.98% 0.94% -
XYZ 40.15 26.9 3.22 -
YUV 128.68 58.21 207.4 -
System Red Green Blue C M Y K H S L
Decimal 240 96 5 0 0.6 0.98 0.06 23.23 0.96 0.48
Hex F0 60 5 0 3C 62 6 17 60 30
Octal 360 140 5 0 74 142 6 27 140 60
Binary 11110000 1100000 101 0 111100 1100010 110 10111 1100000 110000

Color Harmonies of #F06005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06005

Black with #F06005

Text Example


Text Example

White with #F06005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06005; }

 p { color: rgb(240,96,5); }

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

background-color css

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

 a { background-color: rgb(240,96,5); }

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

border-color css

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

 span { border-color: rgb(240,96,5); }

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