Html Css Color HEX #F15A03 Persimmon

📋 copy color: '#F15A03'

red 241 ◦ green 90 ◦ blue 3

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

Shades of Persimmon #F15A03

Tints of Persimmon #F15A03

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.95%

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

R = 72.16%
G = 26.95%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F15A03 (or 0xF15A03) is known color: Persimmon. HEX triplet: F1, 5A and 03. RGB value is (241,90,3). Sum of RGB (Red+Green+Blue) = 241+90+3=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 3 (1.56% from 255 or 0.90% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15A03 is #0EA5FC. Grayscale: #7D7D7D. Windows color (decimal): -959997 or 219889. OLE color: 219889.

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

Color convert

RGB 241 90 3 -
CMYK 0 0.63 0.99 0.05
HSL 21.93º 0.98% 0.48% -
HSV(B) 21.93º 0.99% 0.95% -
XYZ 39.95 26.02 3 -
YUV 125.23 59.03 210.57 -
System Red Green Blue C M Y K H S L
Decimal 241 90 3 0 0.63 0.99 0.05 21.93 0.98 0.48
Hex F1 5A 3 0 3F 63 5 16 62 30
Octal 361 132 3 0 77 143 5 26 142 60
Binary 11110001 1011010 11 0 111111 1100011 101 10110 1100010 110000

Color Harmonies of #F15A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15A03

Black with #F15A03

Text Example


Text Example

White with #F15A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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