Html Css Color HEX #F1620B Persimmon

📋 copy color: '#F1620B'

red 241 ◦ green 98 ◦ blue 11

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

Shades of Persimmon #F1620B

Tints of Persimmon #F1620B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28%

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

R = 68.86%
G = 28%
B = 3.14%

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

#F1620B (or 0xF1620B) is known color: Persimmon. HEX triplet: F1, 62 and 0B. RGB value is (241,98,11). Sum of RGB (Red+Green+Blue) = 241+98+11=350 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 241 - color contains mainly: red. Hex color #F1620B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1620B is #0E9DF4. Grayscale: #838383. Windows color (decimal): -957941 or 746225. OLE color: 746225.

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

Color convert

RGB 241 98 11 -
CMYK 0 0.59 0.95 0.05
HSL 22.7º 0.91% 0.49% -
HSV(B) 22.7º 0.95% 0.95% -
XYZ 40.7 27.46 3.47 -
YUV 130.84 60.38 206.57 -
System Red Green Blue C M Y K H S L
Decimal 241 98 11 0 0.59 0.95 0.05 22.7 0.91 0.49
Hex F1 62 B 0 3B 5F 5 17 5B 31
Octal 361 142 13 0 73 137 5 27 133 61
Binary 11110001 1100010 1011 0 111011 1011111 101 10111 1011011 110001

Color Harmonies of #F1620B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1620B

Black with #F1620B

Text Example


Text Example

White with #F1620B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1620B; }

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

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

background-color css

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

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

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

border-color css

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

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

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