Html Css Color HEX #F15C03 Persimmon

📋 copy color: '#F15C03'

red 241 ◦ green 92 ◦ blue 3

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

Shades of Persimmon #F15C03

Tints of Persimmon #F15C03

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.38%

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

R = 71.73%
G = 27.38%
B = 0.89%

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

#F15C03 (or 0xF15C03) is known color: Persimmon. HEX triplet: F1, 5C and 03. RGB value is (241,92,3). Sum of RGB (Red+Green+Blue) = 241+92+3=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F15C03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15C03 is #0EA3FC. Grayscale: #7E7E7E. Windows color (decimal): -959485 or 220401. OLE color: 220401.

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

Color convert

RGB 241 92 3 -
CMYK 0 0.62 0.99 0.05
HSL 22.44º 0.98% 0.48% -
HSV(B) 22.44º 0.99% 0.95% -
XYZ 40.12 26.36 3.06 -
YUV 126.41 58.36 209.74 -
System Red Green Blue C M Y K H S L
Decimal 241 92 3 0 0.62 0.99 0.05 22.44 0.98 0.48
Hex F1 5C 3 0 3E 63 5 16 62 30
Octal 361 134 3 0 76 143 5 26 142 60
Binary 11110001 1011100 11 0 111110 1100011 101 10110 1100010 110000

Color Harmonies of #F15C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15C03

Black with #F15C03

Text Example


Text Example

White with #F15C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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