Html Css Color HEX #F65912 Persimmon

📋 copy color: '#F65912'

red 246 ◦ green 89 ◦ blue 18

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

Shades of Persimmon #F65912

Tints of Persimmon #F65912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 18 (7.42% from 255) = 5.1%

R = 69.69%
G = 25.21%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F65912 (or 0xF65912) is known color: Persimmon. HEX triplet: F6, 59 and 12. RGB value is (246,89,18). Sum of RGB (Red+Green+Blue) = 246+89+18=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65912 is #09A6ED. Grayscale: #808080. Windows color (decimal): -632558 or 1202678. OLE color: 1202678.

HSL color Cylindrical-coordinate representation of color #F65912: hue angle of 18.68º 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 #F65912 is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 89 18 -
CMYK 0 0.64 0.93 0.04
HSL 18.68º 0.93% 0.52% -
HSV(B) 18.68º 0.93% 0.96% -
XYZ 41.69 26.78 3.54 -
YUV 127.85 66.01 212.27 -
System Red Green Blue C M Y K H S L
Decimal 246 89 18 0 0.64 0.93 0.04 18.68 0.93 0.52
Hex F6 59 12 0 40 5D 4 13 5D 34
Octal 366 131 22 0 100 135 4 23 135 64
Binary 11110110 1011001 10010 0 1000000 1011101 100 10011 1011101 110100

Color Harmonies of #F65912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65912

Black with #F65912

Text Example


Text Example

White with #F65912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65912; }

 p { color: rgb(246,89,18); }

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

background-color css

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

 a { background-color: rgb(246,89,18); }

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

border-color css

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

 span { border-color: rgb(246,89,18); }

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