Html Css Color HEX #F06508 Persimmon

📋 copy color: '#F06508'

red 240 ◦ green 101 ◦ blue 8

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

Shades of Persimmon #F06508

Tints of Persimmon #F06508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 8 (3.52% from 255) = 2.29%

R = 68.77%
G = 28.94%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F06508 (or 0xF06508) is known color: Persimmon. HEX triplet: F0, 65 and 08. RGB value is (240,101,8). Sum of RGB (Red+Green+Blue) = 240+101+8=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F06508 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06508 is #0F9AF7. Grayscale: #848484. Windows color (decimal): -1022712 or 550384. OLE color: 550384.

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

Color convert

RGB 240 101 8 -
CMYK 0 0.58 0.97 0.06
HSL 24.05º 0.94% 0.49% -
HSV(B) 24.05º 0.97% 0.94% -
XYZ 40.63 27.85 3.46 -
YUV 131.96 58.05 205.06 -
System Red Green Blue C M Y K H S L
Decimal 240 101 8 0 0.58 0.97 0.06 24.05 0.94 0.49
Hex F0 65 8 0 3A 61 6 18 5E 31
Octal 360 145 10 0 72 141 6 30 136 61
Binary 11110000 1100101 1000 0 111010 1100001 110 11000 1011110 110001

Color Harmonies of #F06508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06508

Black with #F06508

Text Example


Text Example

White with #F06508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06508; }

 p { color: rgb(240,101,8); }

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

background-color css

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

 a { background-color: rgb(240,101,8); }

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

border-color css

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

 span { border-color: rgb(240,101,8); }

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