Html Css Color HEX #F65E02 Persimmon

📋 copy color: '#F65E02'

red 246 ◦ green 94 ◦ blue 2

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

Shades of Persimmon #F65E02

Tints of Persimmon #F65E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

 BLUE value IS 2 (1.17% from 255) = 0.58%

R = 71.93%
G = 27.49%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F65E02 (or 0xF65E02) is known color: Persimmon. HEX triplet: F6, 5E and 02. RGB value is (246,94,2). Sum of RGB (Red+Green+Blue) = 246+94+2=342 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.93% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 246 - color contains mainly: red. Hex color #F65E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65E02 is #09A1FD. Grayscale: #818181. Windows color (decimal): -631294 or 155382. OLE color: 155382.

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

Color convert

RGB 246 94 2 -
CMYK 0 0.62 0.99 0.04
HSL 22.62º 0.98% 0.49% -
HSV(B) 22.62º 0.99% 0.96% -
XYZ 42.02 27.6 3.17 -
YUV 128.96 56.36 211.48 -
System Red Green Blue C M Y K H S L
Decimal 246 94 2 0 0.62 0.99 0.04 22.62 0.98 0.49
Hex F6 5E 2 0 3E 63 4 17 62 31
Octal 366 136 2 0 76 143 4 27 142 61
Binary 11110110 1011110 10 0 111110 1100011 100 10111 1100010 110001

Color Harmonies of #F65E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65E02

Black with #F65E02

Text Example


Text Example

White with #F65E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65E02; }

 p { color: rgb(246,94,2); }

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

background-color css

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

 a { background-color: rgb(246,94,2); }

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

border-color css

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

 span { border-color: rgb(246,94,2); }

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