Html Css Color HEX #F65C0A Persimmon

📋 copy color: '#F65C0A'

red 246 ◦ green 92 ◦ blue 10

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

Shades of Persimmon #F65C0A

Tints of Persimmon #F65C0A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.44%

 BLUE value IS 10 (4.3% from 255) = 2.87%

R = 70.69%
G = 26.44%
B = 2.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F65C0A (or 0xF65C0A) is known color: Persimmon. HEX triplet: F6, 5C and 0A. RGB value is (246,92,10). Sum of RGB (Red+Green+Blue) = 246+92+10=348 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.69% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C0A is #09A3F5. Grayscale: #818181. Windows color (decimal): -631798 or 679158. OLE color: 679158.

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

Color convert

RGB 246 92 10 -
CMYK 0 0.63 0.96 0.04
HSL 20.85º 0.93% 0.5% -
HSV(B) 20.85º 0.96% 0.96% -
XYZ 41.89 27.27 3.34 -
YUV 128.7 61.02 211.67 -
System Red Green Blue C M Y K H S L
Decimal 246 92 10 0 0.63 0.96 0.04 20.85 0.93 0.5
Hex F6 5C A 0 3F 60 4 15 5D 32
Octal 366 134 12 0 77 140 4 25 135 62
Binary 11110110 1011100 1010 0 111111 1100000 100 10101 1011101 110010

Color Harmonies of #F65C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C0A

Black with #F65C0A

Text Example


Text Example

White with #F65C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C0A; }

 p { color: rgb(246,92,10); }

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

background-color css

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

 a { background-color: rgb(246,92,10); }

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

border-color css

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

 span { border-color: rgb(246,92,10); }

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