Html Css Color HEX #F16203 Persimmon

📋 copy color: '#F16203'

red 241 ◦ green 98 ◦ blue 3

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

Shades of Persimmon #F16203

Tints of Persimmon #F16203

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 70.47%
G = 28.65%
B = 0.88%

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

#F16203 (or 0xF16203) is known color: Persimmon. HEX triplet: F1, 62 and 03. RGB value is (241,98,3). Sum of RGB (Red+Green+Blue) = 241+98+3=342 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.47% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 3 (1.56% from 255 or 0.88% from 342); Max value from RGB is 241 - color contains mainly: red. Hex color #F16203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16203 is #0E9DFC. Grayscale: #828282. Windows color (decimal): -957949 or 221937. OLE color: 221937.

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

Color convert

RGB 241 98 3 -
CMYK 0 0.59 0.99 0.05
HSL 23.95º 0.98% 0.48% -
HSV(B) 23.95º 0.99% 0.95% -
XYZ 40.66 27.44 3.24 -
YUV 129.93 56.38 207.22 -
System Red Green Blue C M Y K H S L
Decimal 241 98 3 0 0.59 0.99 0.05 23.95 0.98 0.48
Hex F1 62 3 0 3B 63 5 18 62 30
Octal 361 142 3 0 73 143 5 30 142 60
Binary 11110001 1100010 11 0 111011 1100011 101 11000 1100010 110000

Color Harmonies of #F16203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16203

Black with #F16203

Text Example


Text Example

White with #F16203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16203; }

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

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

background-color css

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

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

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

border-color css

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

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

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