Html Css Color HEX #F15B03 Persimmon

📋 copy color: '#F15B03'

red 241 ◦ green 91 ◦ blue 3

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

Shades of Persimmon #F15B03

Tints of Persimmon #F15B03

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

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

R = 71.94%
G = 27.16%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F15B03 (or 0xF15B03) is known color: Persimmon. HEX triplet: F1, 5B and 03. RGB value is (241,91,3). Sum of RGB (Red+Green+Blue) = 241+91+3=335 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.94% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15B03 is #0EA4FC. Grayscale: #7E7E7E. Windows color (decimal): -959741 or 220145. OLE color: 220145.

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

Color convert

RGB 241 91 3 -
CMYK 0 0.62 0.99 0.05
HSL 22.18º 0.98% 0.48% -
HSV(B) 22.18º 0.99% 0.95% -
XYZ 40.03 26.19 3.03 -
YUV 125.82 58.7 210.16 -
System Red Green Blue C M Y K H S L
Decimal 241 91 3 0 0.62 0.99 0.05 22.18 0.98 0.48
Hex F1 5B 3 0 3E 63 5 16 62 30
Octal 361 133 3 0 76 143 5 26 142 60
Binary 11110001 1011011 11 0 111110 1100011 101 10110 1100010 110000

Color Harmonies of #F15B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B03

Black with #F15B03

Text Example


Text Example

White with #F15B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B03; }

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

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

background-color css

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

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

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

border-color css

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

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

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