Html Css Color HEX #F06605 Persimmon

📋 copy color: '#F06605'

red 240 ◦ green 102 ◦ blue 5

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

Shades of Persimmon #F06605

Tints of Persimmon #F06605

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

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

R = 69.16%
G = 29.39%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06605 (or 0xF06605) is known color: Persimmon. HEX triplet: F0, 66 and 05. RGB value is (240,102,5). Sum of RGB (Red+Green+Blue) = 240+102+5=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 5 (2.34% from 255 or 1.44% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F06605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06605 is #0F99FA. Grayscale: #848484. Windows color (decimal): -1022459 or 354032. OLE color: 354032.

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

Color convert

RGB 240 102 5 -
CMYK 0 0.58 0.98 0.06
HSL 24.77º 0.96% 0.48% -
HSV(B) 24.77º 0.98% 0.94% -
XYZ 40.71 28.04 3.41 -
YUV 132.2 56.22 204.89 -
System Red Green Blue C M Y K H S L
Decimal 240 102 5 0 0.58 0.98 0.06 24.77 0.96 0.48
Hex F0 66 5 0 3A 62 6 19 60 30
Octal 360 146 5 0 72 142 6 31 140 60
Binary 11110000 1100110 101 0 111010 1100010 110 11001 1100000 110000

Color Harmonies of #F06605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06605

Black with #F06605

Text Example


Text Example

White with #F06605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06605; }

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

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

background-color css

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

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

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

border-color css

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

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

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