Html Css Color HEX #F15702 Persimmon

📋 copy color: '#F15702'

red 241 ◦ green 87 ◦ blue 2

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

Shades of Persimmon #F15702

Tints of Persimmon #F15702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.36%

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

R = 73.03%
G = 26.36%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F15702 (or 0xF15702) is known color: Persimmon. HEX triplet: F1, 57 and 02. RGB value is (241,87,2). Sum of RGB (Red+Green+Blue) = 241+87+2=330 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.03% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 241 - color contains mainly: red. Hex color #F15702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15702 is #0EA8FD. Grayscale: #7B7B7B. Windows color (decimal): -960766 or 153585. OLE color: 153585.

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

Color convert

RGB 241 87 2 -
CMYK 0 0.64 0.99 0.05
HSL 21.34º 0.98% 0.48% -
HSV(B) 21.34º 0.99% 0.95% -
XYZ 39.69 25.52 2.89 -
YUV 123.36 59.52 211.91 -
System Red Green Blue C M Y K H S L
Decimal 241 87 2 0 0.64 0.99 0.05 21.34 0.98 0.48
Hex F1 57 2 0 40 63 5 15 62 30
Octal 361 127 2 0 100 143 5 25 142 60
Binary 11110001 1010111 10 0 1000000 1100011 101 10101 1100010 110000

Color Harmonies of #F15702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15702

Black with #F15702

Text Example


Text Example

White with #F15702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15702; }

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

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

background-color css

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

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

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

border-color css

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

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

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