Html Css Color HEX #F65B06 Persimmon

📋 copy color: '#F65B06'

red 246 ◦ green 91 ◦ blue 6

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

Shades of Persimmon #F65B06

Tints of Persimmon #F65B06

RGB

 RED value IS 246 (96.48% from 255) = 71.72%

 GREEN value IS 91 (35.94% from 255) = 26.53%

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

R = 71.72%
G = 26.53%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65B06 (or 0xF65B06) is known color: Persimmon. HEX triplet: F6, 5B and 06. RGB value is (246,91,6). Sum of RGB (Red+Green+Blue) = 246+91+6=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 6 (2.73% from 255 or 1.75% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65B06 is #09A4F9. Grayscale: #808080. Windows color (decimal): -632058 or 416758. OLE color: 416758.

HSL color Cylindrical-coordinate representation of color #F65B06: hue angle of 21.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F65B06 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 91 6 -
CMYK 0 0.63 0.98 0.04
HSL 21.25º 0.95% 0.49% -
HSV(B) 21.25º 0.98% 0.96% -
XYZ 41.78 27.09 3.2 -
YUV 127.66 59.35 212.41 -
System Red Green Blue C M Y K H S L
Decimal 246 91 6 0 0.63 0.98 0.04 21.25 0.95 0.49
Hex F6 5B 6 0 3F 62 4 15 5F 31
Octal 366 133 6 0 77 142 4 25 137 61
Binary 11110110 1011011 110 0 111111 1100010 100 10101 1011111 110001

Color Harmonies of #F65B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B06

Black with #F65B06

Text Example


Text Example

White with #F65B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B06; }

 p { color: rgb(246,91,6); }

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

background-color css

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

 a { background-color: rgb(246,91,6); }

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

border-color css

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

 span { border-color: rgb(246,91,6); }

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