Html Css Color HEX #F65504 Persimmon

📋 copy color: '#F65504'

red 246 ◦ green 85 ◦ blue 4

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

Shades of Persimmon #F65504

Tints of Persimmon #F65504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 4 (1.95% from 255) = 1.19%

R = 73.43%
G = 25.37%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F65504 (or 0xF65504) is known color: Persimmon. HEX triplet: F6, 55 and 04. RGB value is (246,85,4). Sum of RGB (Red+Green+Blue) = 246+85+4=335 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.43% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 246 - color contains mainly: red. Hex color #F65504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65504 is #09AAFB. Grayscale: #7C7C7C. Windows color (decimal): -633596 or 284150. OLE color: 284150.

HSL color Cylindrical-coordinate representation of color #F65504: hue angle of 20.08º degrees, saturation: 0.97, 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 #F65504 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 85 4 -
CMYK 0 0.65 0.98 0.04
HSL 20.08º 0.97% 0.49% -
HSV(B) 20.08º 0.98% 0.96% -
XYZ 41.28 26.1 2.98 -
YUV 123.91 60.34 215.09 -
System Red Green Blue C M Y K H S L
Decimal 246 85 4 0 0.65 0.98 0.04 20.08 0.97 0.49
Hex F6 55 4 0 41 62 4 14 61 31
Octal 366 125 4 0 101 142 4 24 141 61
Binary 11110110 1010101 100 0 1000001 1100010 100 10100 1100001 110001

Color Harmonies of #F65504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65504

Black with #F65504

Text Example


Text Example

White with #F65504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65504; }

 p { color: rgb(246,85,4); }

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

background-color css

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

 a { background-color: rgb(246,85,4); }

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

border-color css

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

 span { border-color: rgb(246,85,4); }

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