Html Css Color HEX #F65B10 Persimmon

📋 copy color: '#F65B10'

red 246 ◦ green 91 ◦ blue 16

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

Shades of Persimmon #F65B10

Tints of Persimmon #F65B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.53%

R = 69.69%
G = 25.78%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65B10 (or 0xF65B10) is known color: Persimmon. HEX triplet: F6, 5B and 10. RGB value is (246,91,16). Sum of RGB (Red+Green+Blue) = 246+91+16=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 16 (6.64% from 255 or 4.53% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65B10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65B10 is #09A4EF. Grayscale: #818181. Windows color (decimal): -632048 or 1072118. OLE color: 1072118.

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

Color convert

RGB 246 91 16 -
CMYK 0 0.63 0.93 0.04
HSL 19.57º 0.93% 0.51% -
HSV(B) 19.57º 0.93% 0.96% -
XYZ 41.84 27.11 3.52 -
YUV 128.8 64.35 211.6 -
System Red Green Blue C M Y K H S L
Decimal 246 91 16 0 0.63 0.93 0.04 19.57 0.93 0.51
Hex F6 5B 10 0 3F 5D 4 14 5D 33
Octal 366 133 20 0 77 135 4 24 135 63
Binary 11110110 1011011 10000 0 111111 1011101 100 10100 1011101 110011

Color Harmonies of #F65B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65B10

Black with #F65B10

Text Example


Text Example

White with #F65B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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