Html Css Color HEX #F15300 Persimmon

📋 copy color: '#F15300'

red 241 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #F15300

Tints of Persimmon #F15300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.38%
G = 25.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F15300 (or 0xF15300) is known color: Persimmon. HEX triplet: F1, 53 and 00. RGB value is (241,83,0). Sum of RGB (Red+Green+Blue) = 241+83+0=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 0 (0.39% from 255 or 0% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F15300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15300 is #0EACFF. Grayscale: #797979. Windows color (decimal): -961792 or 21489. OLE color: 21489.

HSL color Cylindrical-coordinate representation of color #F15300: hue angle of 20.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F15300 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 83 0 -
CMYK 0 0.66 1 0.05
HSL 20.66º 1% 0.47% -
HSV(B) 20.66º 1% 0.95% -
XYZ 39.37 24.89 2.73 -
YUV 120.78 59.85 213.75 -
System Red Green Blue C M Y K H S L
Decimal 241 83 0 0 0.66 1 0.05 20.66 1 0.47
Hex F1 53 0 0 42 64 5 15 64 2F
Octal 361 123 0 0 102 144 5 25 144 57
Binary 11110001 1010011 0 0 1000010 1100100 101 10101 1100100 101111

Color Harmonies of #F15300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15300

Black with #F15300

Text Example


Text Example

White with #F15300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15300; }

 p { color: rgb(241,83,0); }

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

background-color css

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

 a { background-color: rgb(241,83,0); }

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

border-color css

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

 span { border-color: rgb(241,83,0); }

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