Html Css Color HEX #F65F14 Persimmon

📋 copy color: '#F65F14'

red 246 ◦ green 95 ◦ blue 20

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

Shades of Persimmon #F65F14

Tints of Persimmon #F65F14

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 20 (8.2% from 255) = 5.54%

R = 68.14%
G = 26.32%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F65F14 (or 0xF65F14) is known color: Persimmon. HEX triplet: F6, 5F and 14. RGB value is (246,95,20). Sum of RGB (Red+Green+Blue) = 246+95+20=361 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.14% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F14 is #09A0EB. Grayscale: #848484. Windows color (decimal): -631020 or 1335286. OLE color: 1335286.

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

Color convert

RGB 246 95 20 -
CMYK 0 0.61 0.92 0.04
HSL 19.91º 0.93% 0.52% -
HSV(B) 19.91º 0.92% 0.96% -
XYZ 42.22 27.83 3.81 -
YUV 131.6 65.03 209.6 -
System Red Green Blue C M Y K H S L
Decimal 246 95 20 0 0.61 0.92 0.04 19.91 0.93 0.52
Hex F6 5F 14 0 3D 5C 4 14 5D 34
Octal 366 137 24 0 75 134 4 24 135 64
Binary 11110110 1011111 10100 0 111101 1011100 100 10100 1011101 110100

Color Harmonies of #F65F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F14

Black with #F65F14

Text Example


Text Example

White with #F65F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F14; }

 p { color: rgb(246,95,20); }

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

background-color css

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

 a { background-color: rgb(246,95,20); }

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

border-color css

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

 span { border-color: rgb(246,95,20); }

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