Html Css Color HEX #F65C03 Persimmon

📋 copy color: '#F65C03'

red 246 ◦ green 92 ◦ blue 3

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

Shades of Persimmon #F65C03

Tints of Persimmon #F65C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 72.14%
G = 26.98%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F65C03 (or 0xF65C03) is known color: Persimmon. HEX triplet: F6, 5C and 03. RGB value is (246,92,3). Sum of RGB (Red+Green+Blue) = 246+92+3=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 3 (1.56% from 255 or 0.88% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65C03 is #09A3FC. Grayscale: #808080. Windows color (decimal): -631805 or 220406. OLE color: 220406.

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

Color convert

RGB 246 92 3 -
CMYK 0 0.63 0.99 0.04
HSL 21.98º 0.98% 0.49% -
HSV(B) 21.98º 0.99% 0.96% -
XYZ 41.85 27.25 3.14 -
YUV 127.9 57.52 212.24 -
System Red Green Blue C M Y K H S L
Decimal 246 92 3 0 0.63 0.99 0.04 21.98 0.98 0.49
Hex F6 5C 3 0 3F 63 4 16 62 31
Octal 366 134 3 0 77 143 4 26 142 61
Binary 11110110 1011100 11 0 111111 1100011 100 10110 1100010 110001

Color Harmonies of #F65C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C03

Black with #F65C03

Text Example


Text Example

White with #F65C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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