Html Css Color HEX #F15000 Persimmon

📋 copy color: '#F15000'

red 241 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #F15000

Tints of Persimmon #F15000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 75.08%
G = 24.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F15000 (or 0xF15000) is known color: Persimmon. HEX triplet: F1, 50 and 00. RGB value is (241,80,0). Sum of RGB (Red+Green+Blue) = 241+80+0=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F15000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15000 is #0EAFFF. Grayscale: #777777. Windows color (decimal): -962560 or 20721. OLE color: 20721.

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

Color convert

RGB 241 80 0 -
CMYK 0 0.67 1 0.05
HSL 19.92º 1% 0.47% -
HSV(B) 19.92º 1% 0.95% -
XYZ 39.14 24.44 2.65 -
YUV 119.02 60.84 215 -
System Red Green Blue C M Y K H S L
Decimal 241 80 0 0 0.67 1 0.05 19.92 1 0.47
Hex F1 50 0 0 43 64 5 14 64 2F
Octal 361 120 0 0 103 144 5 24 144 57
Binary 11110001 1010000 0 0 1000011 1100100 101 10100 1100100 101111

Color Harmonies of #F15000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15000

Black with #F15000

Text Example


Text Example

White with #F15000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15000; }

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

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

background-color css

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

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

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

border-color css

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

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

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