Html Css Color HEX #F65A0E Persimmon

📋 copy color: '#F65A0E'

red 246 ◦ green 90 ◦ blue 14

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

Shades of Persimmon #F65A0E

Tints of Persimmon #F65A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4%

R = 70.29%
G = 25.71%
B = 4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F65A0E (or 0xF65A0E) is known color: Persimmon. HEX triplet: F6, 5A and 0E. RGB value is (246,90,14). Sum of RGB (Red+Green+Blue) = 246+90+14=350 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.29% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 246 - color contains mainly: red. Hex color #F65A0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65A0E is #09A5F1. Grayscale: #808080. Windows color (decimal): -632306 or 940790. OLE color: 940790.

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

Color convert

RGB 246 90 14 -
CMYK 0 0.63 0.94 0.04
HSL 19.66º 0.93% 0.51% -
HSV(B) 19.66º 0.94% 0.96% -
XYZ 41.74 26.94 3.41 -
YUV 127.98 63.68 212.18 -
System Red Green Blue C M Y K H S L
Decimal 246 90 14 0 0.63 0.94 0.04 19.66 0.93 0.51
Hex F6 5A E 0 3F 5E 4 14 5D 33
Octal 366 132 16 0 77 136 4 24 135 63
Binary 11110110 1011010 1110 0 111111 1011110 100 10100 1011101 110011

Color Harmonies of #F65A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65A0E

Black with #F65A0E

Text Example


Text Example

White with #F65A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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