Html Css Color HEX #F15002 Persimmon

📋 copy color: '#F15002'

red 241 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #F15002

Tints of Persimmon #F15002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 74.61%
G = 24.77%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F15002 (or 0xF15002) is known color: Persimmon. HEX triplet: F1, 50 and 02. RGB value is (241,80,2). Sum of RGB (Red+Green+Blue) = 241+80+2=323 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.61% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 241 - color contains mainly: red. Hex color #F15002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15002 is #0EAFFD. Grayscale: #777777. Windows color (decimal): -962558 or 151793. OLE color: 151793.

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

Color convert

RGB 241 80 2 -
CMYK 0 0.67 0.99 0.05
HSL 19.58º 0.98% 0.48% -
HSV(B) 19.58º 0.99% 0.95% -
XYZ 39.16 24.44 2.71 -
YUV 119.25 61.84 214.84 -
System Red Green Blue C M Y K H S L
Decimal 241 80 2 0 0.67 0.99 0.05 19.58 0.98 0.48
Hex F1 50 2 0 43 63 5 14 62 30
Octal 361 120 2 0 103 143 5 24 142 60
Binary 11110001 1010000 10 0 1000011 1100011 101 10100 1100010 110000

Color Harmonies of #F15002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15002

Black with #F15002

Text Example


Text Example

White with #F15002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15002; }

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

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

background-color css

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

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

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

border-color css

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

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

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