Html Css Color HEX #F65E0E Persimmon

📋 copy color: '#F65E0E'

red 246 ◦ green 94 ◦ blue 14

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

Shades of Persimmon #F65E0E

Tints of Persimmon #F65E0E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.55%

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

R = 69.49%
G = 26.55%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F65E0E (or 0xF65E0E) is known color: Persimmon. HEX triplet: F6, 5E and 0E. RGB value is (246,94,14). Sum of RGB (Red+Green+Blue) = 246+94+14=354 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.49% from 354); Green value is 94 (37.11% from 255 or 26.55% from 354); Blue value is 14 (5.86% from 255 or 3.95% from 354); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E0E is #09A1F1. Grayscale: #828282. Windows color (decimal): -631282 or 941814. OLE color: 941814.

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

Color convert

RGB 246 94 14 -
CMYK 0 0.62 0.94 0.04
HSL 20.69º 0.93% 0.51% -
HSV(B) 20.69º 0.94% 0.96% -
XYZ 42.09 27.63 3.53 -
YUV 130.33 62.36 210.5 -
System Red Green Blue C M Y K H S L
Decimal 246 94 14 0 0.62 0.94 0.04 20.69 0.93 0.51
Hex F6 5E E 0 3E 5E 4 15 5D 33
Octal 366 136 16 0 76 136 4 25 135 63
Binary 11110110 1011110 1110 0 111110 1011110 100 10101 1011101 110011

Color Harmonies of #F65E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65E0E

Black with #F65E0E

Text Example


Text Example

White with #F65E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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