Html Css Color HEX #F1500B Persimmon

📋 copy color: '#F1500B'

red 241 ◦ green 80 ◦ blue 11

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

Shades of Persimmon #F1500B

Tints of Persimmon #F1500B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.31%

R = 72.59%
G = 24.1%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1500B (or 0xF1500B) is known color: Persimmon. HEX triplet: F1, 50 and 0B. RGB value is (241,80,11). Sum of RGB (Red+Green+Blue) = 241+80+11=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 80 (31.64% from 255 or 24.10% from 332); Blue value is 11 (4.69% from 255 or 3.31% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F1500B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1500B is #0EAFF4. Grayscale: #787878. Windows color (decimal): -962549 or 741617. OLE color: 741617.

HSL color Cylindrical-coordinate representation of color #F1500B: hue angle of 18º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1500B is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 80 11 -
CMYK 0 0.67 0.95 0.05
HSL 18º 0.91% 0.49% -
HSV(B) 18º 0.95% 0.95% -
XYZ 39.2 24.46 2.97 -
YUV 120.27 66.34 214.11 -
System Red Green Blue C M Y K H S L
Decimal 241 80 11 0 0.67 0.95 0.05 18 0.91 0.49
Hex F1 50 B 0 43 5F 5 12 5B 31
Octal 361 120 13 0 103 137 5 22 133 61
Binary 11110001 1010000 1011 0 1000011 1011111 101 10010 1011011 110001

Color Harmonies of #F1500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1500B

Black with #F1500B

Text Example


Text Example

White with #F1500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1500B; }

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

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

background-color css

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

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

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

border-color css

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

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

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