Html Css Color HEX #F15203 Persimmon

📋 copy color: '#F15203'

red 241 ◦ green 82 ◦ blue 3

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

Shades of Persimmon #F15203

Tints of Persimmon #F15203

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.15%

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

R = 73.93%
G = 25.15%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F15203 (or 0xF15203) is known color: Persimmon. HEX triplet: F1, 52 and 03. RGB value is (241,82,3). Sum of RGB (Red+Green+Blue) = 241+82+3=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 3 (1.56% from 255 or 0.92% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F15203 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15203 is #0EADFC. Grayscale: #797979. Windows color (decimal): -962045 or 217841. OLE color: 217841.

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

Color convert

RGB 241 82 3 -
CMYK 0 0.66 0.99 0.05
HSL 19.92º 0.98% 0.48% -
HSV(B) 19.92º 0.99% 0.95% -
XYZ 39.31 24.74 2.79 -
YUV 120.54 61.68 213.92 -
System Red Green Blue C M Y K H S L
Decimal 241 82 3 0 0.66 0.99 0.05 19.92 0.98 0.48
Hex F1 52 3 0 42 63 5 14 62 30
Octal 361 122 3 0 102 143 5 24 142 60
Binary 11110001 1010010 11 0 1000010 1100011 101 10100 1100010 110000

Color Harmonies of #F15203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15203

Black with #F15203

Text Example


Text Example

White with #F15203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15203; }

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

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

background-color css

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

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

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

border-color css

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

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

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