Html Css Color HEX #F65C01 Persimmon

📋 copy color: '#F65C01'

red 246 ◦ green 92 ◦ blue 1

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

Shades of Persimmon #F65C01

Tints of Persimmon #F65C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 72.57%
G = 27.14%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F65C01 (or 0xF65C01) is known color: Persimmon. HEX triplet: F6, 5C and 01. RGB value is (246,92,1). Sum of RGB (Red+Green+Blue) = 246+92+1=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 1 (0.78% from 255 or 0.29% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C01 is #09A3FE. Grayscale: #808080. Windows color (decimal): -631807 or 89334. OLE color: 89334.

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

Color convert

RGB 246 92 1 -
CMYK 0 0.63 1.00 0.04
HSL 22.29º 0.99% 0.48% -
HSV(B) 22.29º 1% 0.96% -
XYZ 41.84 27.25 3.08 -
YUV 127.67 56.52 212.4 -
System Red Green Blue C M Y K H S L
Decimal 246 92 1 0 0.63 1.00 0.04 22.29 0.99 0.48
Hex F6 5C 1 0 3F 64 4 16 63 30
Octal 366 134 1 0 77 144 4 26 143 60
Binary 11110110 1011100 1 0 111111 1100100 100 10110 1100011 110000

Color Harmonies of #F65C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C01

Black with #F65C01

Text Example


Text Example

White with #F65C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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