Html Css Color HEX #F65E08 Persimmon

📋 copy color: '#F65E08'

red 246 ◦ green 94 ◦ blue 8

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

Shades of Persimmon #F65E08

Tints of Persimmon #F65E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 70.69%
G = 27.01%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F65E08 (or 0xF65E08) is known color: Persimmon. HEX triplet: F6, 5E and 08. RGB value is (246,94,8). Sum of RGB (Red+Green+Blue) = 246+94+8=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E08 is #09A1F7. Grayscale: #828282. Windows color (decimal): -631288 or 548598. OLE color: 548598.

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

Color convert

RGB 246 94 8 -
CMYK 0 0.62 0.97 0.04
HSL 21.68º 0.94% 0.5% -
HSV(B) 21.68º 0.97% 0.96% -
XYZ 42.05 27.62 3.34 -
YUV 129.64 59.36 210.99 -
System Red Green Blue C M Y K H S L
Decimal 246 94 8 0 0.62 0.97 0.04 21.68 0.94 0.5
Hex F6 5E 8 0 3E 61 4 16 5E 32
Octal 366 136 10 0 76 141 4 26 136 62
Binary 11110110 1011110 1000 0 111110 1100001 100 10110 1011110 110010

Color Harmonies of #F65E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65E08

Black with #F65E08

Text Example


Text Example

White with #F65E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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