Html Css Color HEX #F65714 Persimmon

📋 copy color: '#F65714'

red 246 ◦ green 87 ◦ blue 20

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

Shades of Persimmon #F65714

Tints of Persimmon #F65714

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.65%

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

R = 69.69%
G = 24.65%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F65714 (or 0xF65714) is known color: Persimmon. HEX triplet: F6, 57 and 14. RGB value is (246,87,20). Sum of RGB (Red+Green+Blue) = 246+87+20=353 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.69% from 353); Green value is 87 (34.38% from 255 or 24.65% from 353); Blue value is 20 (8.20% from 255 or 5.67% from 353); Max value from RGB is 246 - color contains mainly: red. Hex color #F65714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65714 is #09A8EB. Grayscale: #7F7F7F. Windows color (decimal): -633068 or 1333238. OLE color: 1333238.

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

Color convert

RGB 246 87 20 -
CMYK 0 0.65 0.92 0.04
HSL 17.79º 0.93% 0.52% -
HSV(B) 17.79º 0.92% 0.96% -
XYZ 41.54 26.46 3.58 -
YUV 126.9 67.68 212.95 -
System Red Green Blue C M Y K H S L
Decimal 246 87 20 0 0.65 0.92 0.04 17.79 0.93 0.52
Hex F6 57 14 0 41 5C 4 12 5D 34
Octal 366 127 24 0 101 134 4 22 135 64
Binary 11110110 1010111 10100 0 1000001 1011100 100 10010 1011101 110100

Color Harmonies of #F65714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65714

Black with #F65714

Text Example


Text Example

White with #F65714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65714; }

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

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

background-color css

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

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

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

border-color css

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

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

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