Html Css Color HEX #F65D00 Persimmon

📋 copy color: '#F65D00'

red 246 ◦ green 93 ◦ blue 0

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

Shades of Persimmon #F65D00

Tints of Persimmon #F65D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.57%
G = 27.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F65D00 (or 0xF65D00) is known color: Persimmon. HEX triplet: F6, 5D and 00. RGB value is (246,93,0). Sum of RGB (Red+Green+Blue) = 246+93+0=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D00 is #09A2FF. Grayscale: #808080. Windows color (decimal): -631552 or 24054. OLE color: 24054.

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

Color convert

RGB 246 93 0 -
CMYK 0 0.62 1 0.04
HSL 22.68º 1% 0.48% -
HSV(B) 22.68º 1% 0.96% -
XYZ 41.92 27.42 3.08 -
YUV 128.15 55.69 212.06 -
System Red Green Blue C M Y K H S L
Decimal 246 93 0 0 0.62 1 0.04 22.68 1 0.48
Hex F6 5D 0 0 3E 64 4 17 64 30
Octal 366 135 0 0 76 144 4 27 144 60
Binary 11110110 1011101 0 0 111110 1100100 100 10111 1100100 110000

Color Harmonies of #F65D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65D00

Black with #F65D00

Text Example


Text Example

White with #F65D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65D00; }

 p { color: rgb(246,93,0); }

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

background-color css

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

 a { background-color: rgb(246,93,0); }

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

border-color css

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

 span { border-color: rgb(246,93,0); }

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