Html Css Color HEX #F15B02 Persimmon

📋 copy color: '#F15B02'

red 241 ◦ green 91 ◦ blue 2

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

Shades of Persimmon #F15B02

Tints of Persimmon #F15B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

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

R = 72.16%
G = 27.25%
B = 0.6%

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

#F15B02 (or 0xF15B02) is known color: Persimmon. HEX triplet: F1, 5B and 02. RGB value is (241,91,2). Sum of RGB (Red+Green+Blue) = 241+91+2=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15B02 is #0EA4FD. Grayscale: #7E7E7E. Windows color (decimal): -959742 or 154609. OLE color: 154609.

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

Color convert

RGB 241 91 2 -
CMYK 0 0.62 0.99 0.05
HSL 22.34º 0.98% 0.48% -
HSV(B) 22.34º 0.99% 0.95% -
XYZ 40.03 26.19 3 -
YUV 125.7 58.2 210.24 -
System Red Green Blue C M Y K H S L
Decimal 241 91 2 0 0.62 0.99 0.05 22.34 0.98 0.48
Hex F1 5B 2 0 3E 63 5 16 62 30
Octal 361 133 2 0 76 143 5 26 142 60
Binary 11110001 1011011 10 0 111110 1100011 101 10110 1100010 110000

Color Harmonies of #F15B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15B02

Black with #F15B02

Text Example


Text Example

White with #F15B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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