Html Css Color HEX #F65C05 Persimmon

📋 copy color: '#F65C05'

red 246 ◦ green 92 ◦ blue 5

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

Shades of Persimmon #F65C05

Tints of Persimmon #F65C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.46%

R = 71.72%
G = 26.82%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65C05 (or 0xF65C05) is known color: Persimmon. HEX triplet: F6, 5C and 05. RGB value is (246,92,5). Sum of RGB (Red+Green+Blue) = 246+92+5=343 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.72% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C05 is #09A3FA. Grayscale: #808080. Windows color (decimal): -631803 or 351478. OLE color: 351478.

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

Color convert

RGB 246 92 5 -
CMYK 0 0.63 0.98 0.04
HSL 21.66º 0.96% 0.49% -
HSV(B) 21.66º 0.98% 0.96% -
XYZ 41.86 27.26 3.2 -
YUV 128.13 58.52 212.07 -
System Red Green Blue C M Y K H S L
Decimal 246 92 5 0 0.63 0.98 0.04 21.66 0.96 0.49
Hex F6 5C 5 0 3F 62 4 16 60 31
Octal 366 134 5 0 77 142 4 26 140 61
Binary 11110110 1011100 101 0 111111 1100010 100 10110 1100000 110001

Color Harmonies of #F65C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C05

Black with #F65C05

Text Example


Text Example

White with #F65C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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