Html Css Color HEX #F65A11 Persimmon

📋 copy color: '#F65A11'

red 246 ◦ green 90 ◦ blue 17

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

Shades of Persimmon #F65A11

Tints of Persimmon #F65A11

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 69.69%
G = 25.5%
B = 4.82%

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

#F65A11 (or 0xF65A11) is known color: Persimmon. HEX triplet: F6, 5A and 11. RGB value is (246,90,17). Sum of RGB (Red+Green+Blue) = 246+90+17=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65A11 is #09A5EE. Grayscale: #808080. Windows color (decimal): -632303 or 1137398. OLE color: 1137398.

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

Color convert

RGB 246 90 17 -
CMYK 0 0.63 0.93 0.04
HSL 19.13º 0.93% 0.52% -
HSV(B) 19.13º 0.93% 0.96% -
XYZ 41.76 26.95 3.53 -
YUV 128.32 65.18 211.94 -
System Red Green Blue C M Y K H S L
Decimal 246 90 17 0 0.63 0.93 0.04 19.13 0.93 0.52
Hex F6 5A 11 0 3F 5D 4 13 5D 34
Octal 366 132 21 0 77 135 4 23 135 64
Binary 11110110 1011010 10001 0 111111 1011101 100 10011 1011101 110100

Color Harmonies of #F65A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A11

Black with #F65A11

Text Example


Text Example

White with #F65A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A11; }

 p { color: rgb(246,90,17); }

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

background-color css

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

 a { background-color: rgb(246,90,17); }

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

border-color css

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

 span { border-color: rgb(246,90,17); }

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