Html Css Color HEX #F06606 Persimmon

📋 copy color: '#F06606'

red 240 ◦ green 102 ◦ blue 6

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

Shades of Persimmon #F06606

Tints of Persimmon #F06606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.72%

R = 68.97%
G = 29.31%
B = 1.72%

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

#F06606 (or 0xF06606) is known color: Persimmon. HEX triplet: F0, 66 and 06. RGB value is (240,102,6). Sum of RGB (Red+Green+Blue) = 240+102+6=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 6 (2.73% from 255 or 1.72% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F06606 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06606 is #0F99F9. Grayscale: #848484. Windows color (decimal): -1022458 or 419568. OLE color: 419568.

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

Color convert

RGB 240 102 6 -
CMYK 0 0.58 0.98 0.06
HSL 24.62º 0.95% 0.48% -
HSV(B) 24.62º 0.98% 0.94% -
XYZ 40.72 28.04 3.44 -
YUV 132.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 240 102 6 0 0.58 0.98 0.06 24.62 0.95 0.48
Hex F0 66 6 0 3A 62 6 19 5F 30
Octal 360 146 6 0 72 142 6 31 137 60
Binary 11110000 1100110 110 0 111010 1100010 110 11001 1011111 110000

Color Harmonies of #F06606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06606

Black with #F06606

Text Example


Text Example

White with #F06606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06606; }

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

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

background-color css

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

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

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

border-color css

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

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

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