Html Css Color HEX #F1640B Persimmon

📋 copy color: '#F1640B'

red 241 ◦ green 100 ◦ blue 11

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

Shades of Persimmon #F1640B

Tints of Persimmon #F1640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 68.47%
G = 28.41%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F1640B (or 0xF1640B) is known color: Persimmon. HEX triplet: F1, 64 and 0B. RGB value is (241,100,11). Sum of RGB (Red+Green+Blue) = 241+100+11=352 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.47% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 241 - color contains mainly: red. Hex color #F1640B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1640B is #0E9BF4. Grayscale: #848484. Windows color (decimal): -957429 or 746737. OLE color: 746737.

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

Color convert

RGB 241 100 11 -
CMYK 0 0.59 0.95 0.05
HSL 23.22º 0.91% 0.49% -
HSV(B) 23.22º 0.95% 0.95% -
XYZ 40.89 27.84 3.53 -
YUV 132.01 59.71 205.74 -
System Red Green Blue C M Y K H S L
Decimal 241 100 11 0 0.59 0.95 0.05 23.22 0.91 0.49
Hex F1 64 B 0 3B 5F 5 17 5B 31
Octal 361 144 13 0 73 137 5 27 133 61
Binary 11110001 1100100 1011 0 111011 1011111 101 10111 1011011 110001

Color Harmonies of #F1640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1640B

Black with #F1640B

Text Example


Text Example

White with #F1640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1640B; }

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

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

background-color css

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

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

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

border-color css

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

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

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