Html Css Color HEX #F65C15 Persimmon

📋 copy color: '#F65C15'

red 246 ◦ green 92 ◦ blue 21

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

Shades of Persimmon #F65C15

Tints of Persimmon #F65C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 68.52%
G = 25.63%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F65C15 (or 0xF65C15) is known color: Persimmon. HEX triplet: F6, 5C and 15. RGB value is (246,92,21). Sum of RGB (Red+Green+Blue) = 246+92+21=359 (47% of max value = 765). Red value is 246 (96.48% from 255 or 68.52% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C15 is #09A3EA. Grayscale: #828282. Windows color (decimal): -631787 or 1400054. OLE color: 1400054.

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

Color convert

RGB 246 92 21 -
CMYK 0 0.63 0.91 0.04
HSL 18.93º 0.93% 0.52% -
HSV(B) 18.93º 0.91% 0.96% -
XYZ 41.97 27.3 3.77 -
YUV 129.95 66.52 210.77 -
System Red Green Blue C M Y K H S L
Decimal 246 92 21 0 0.63 0.91 0.04 18.93 0.93 0.52
Hex F6 5C 15 0 3F 5B 4 13 5D 34
Octal 366 134 25 0 77 133 4 23 135 64
Binary 11110110 1011100 10101 0 111111 1011011 100 10011 1011101 110100

Color Harmonies of #F65C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C15

Black with #F65C15

Text Example


Text Example

White with #F65C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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