Html Css Color HEX #F65C0B Persimmon

📋 copy color: '#F65C0B'

red 246 ◦ green 92 ◦ blue 11

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

Shades of Persimmon #F65C0B

Tints of Persimmon #F65C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.15%

R = 70.49%
G = 26.36%
B = 3.15%

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

#F65C0B (or 0xF65C0B) is known color: Persimmon. HEX triplet: F6, 5C and 0B. RGB value is (246,92,11). Sum of RGB (Red+Green+Blue) = 246+92+11=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C0B is #09A3F4. Grayscale: #818181. Windows color (decimal): -631797 or 744694. OLE color: 744694.

HSL color Cylindrical-coordinate representation of color #F65C0B: hue angle of 20.68º 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 #F65C0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 92 11 -
CMYK 0 0.63 0.96 0.04
HSL 20.68º 0.93% 0.5% -
HSV(B) 20.68º 0.96% 0.96% -
XYZ 41.89 27.27 3.37 -
YUV 128.81 61.52 211.59 -
System Red Green Blue C M Y K H S L
Decimal 246 92 11 0 0.63 0.96 0.04 20.68 0.93 0.5
Hex F6 5C B 0 3F 60 4 15 5D 32
Octal 366 134 13 0 77 140 4 25 135 62
Binary 11110110 1011100 1011 0 111111 1100000 100 10101 1011101 110010

Color Harmonies of #F65C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C0B

Black with #F65C0B

Text Example


Text Example

White with #F65C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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