Html Css Color HEX #F15703 Persimmon

📋 copy color: '#F15703'

red 241 ◦ green 87 ◦ blue 3

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

Shades of Persimmon #F15703

Tints of Persimmon #F15703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.91%

R = 72.81%
G = 26.28%
B = 0.91%

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

#F15703 (or 0xF15703) is known color: Persimmon. HEX triplet: F1, 57 and 03. RGB value is (241,87,3). Sum of RGB (Red+Green+Blue) = 241+87+3=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 3 (1.56% from 255 or 0.91% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F15703 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15703 is #0EA8FC. Grayscale: #7B7B7B. Windows color (decimal): -960765 or 219121. OLE color: 219121.

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

Color convert

RGB 241 87 3 -
CMYK 0 0.64 0.99 0.05
HSL 21.18º 0.98% 0.48% -
HSV(B) 21.18º 0.99% 0.95% -
XYZ 39.7 25.52 2.92 -
YUV 123.47 60.02 211.83 -
System Red Green Blue C M Y K H S L
Decimal 241 87 3 0 0.64 0.99 0.05 21.18 0.98 0.48
Hex F1 57 3 0 40 63 5 15 62 30
Octal 361 127 3 0 100 143 5 25 142 60
Binary 11110001 1010111 11 0 1000000 1100011 101 10101 1100010 110000

Color Harmonies of #F15703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F15703

Black with #F15703

Text Example


Text Example

White with #F15703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F15703; }

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

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

background-color css

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

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

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

border-color css

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

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

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