Html Css Color HEX #F16303 Persimmon

📋 copy color: '#F16303'

red 241 ◦ green 99 ◦ blue 3

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

Shades of Persimmon #F16303

Tints of Persimmon #F16303

RGB

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

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

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

R = 70.26%
G = 28.86%
B = 0.87%

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

#F16303 (or 0xF16303) is known color: Persimmon. HEX triplet: F1, 63 and 03. RGB value is (241,99,3). Sum of RGB (Red+Green+Blue) = 241+99+3=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F16303 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16303 is #0E9CFC. Grayscale: #838383. Windows color (decimal): -957693 or 222193. OLE color: 222193.

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

Color convert

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

Color Harmonies of #F16303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16303

Black with #F16303

Text Example


Text Example

White with #F16303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16303; }

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

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

background-color css

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

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

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

border-color css

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

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

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