Html Css Color HEX #F16302 Persimmon

📋 copy color: '#F16302'

red 241 ◦ green 99 ◦ blue 2

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

Shades of Persimmon #F16302

Tints of Persimmon #F16302

RGB

 RED value IS 241 (94.53% from 255) = 70.47%

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 70.47%
G = 28.95%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F16302 (or 0xF16302) is known color: Persimmon. HEX triplet: F1, 63 and 02. RGB value is (241,99,2). Sum of RGB (Red+Green+Blue) = 241+99+2=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F16302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16302 is #0E9CFD. Grayscale: #828282. Windows color (decimal): -957694 or 156657. OLE color: 156657.

HSL color Cylindrical-coordinate representation of color #F16302: hue angle of 24.35º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F16302 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 99 2 -
CMYK 0 0.59 0.99 0.05
HSL 24.35º 0.98% 0.48% -
HSV(B) 24.35º 0.99% 0.95% -
XYZ 40.75 27.63 3.24 -
YUV 130.4 55.54 206.89 -
System Red Green Blue C M Y K H S L
Decimal 241 99 2 0 0.59 0.99 0.05 24.35 0.98 0.48
Hex F1 63 2 0 3B 63 5 18 62 30
Octal 361 143 2 0 73 143 5 30 142 60
Binary 11110001 1100011 10 0 111011 1100011 101 11000 1100010 110000

Color Harmonies of #F16302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16302

Black with #F16302

Text Example


Text Example

White with #F16302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16302; }

 p { color: rgb(241,99,2); }

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

background-color css

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

 a { background-color: rgb(241,99,2); }

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

border-color css

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

 span { border-color: rgb(241,99,2); }

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