Html Css Color HEX #F1620C Persimmon

📋 copy color: '#F1620C'

red 241 ◦ green 98 ◦ blue 12

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

Shades of Persimmon #F1620C

Tints of Persimmon #F1620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.42%

R = 68.66%
G = 27.92%
B = 3.42%

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

#F1620C (or 0xF1620C) is known color: Persimmon. HEX triplet: F1, 62 and 0C. RGB value is (241,98,12). Sum of RGB (Red+Green+Blue) = 241+98+12=351 (46% of max value = 765). Red value is 241 (94.53% from 255 or 68.66% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 241 - color contains mainly: red. Hex color #F1620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1620C is #0E9DF3. Grayscale: #838383. Windows color (decimal): -957940 or 811761. OLE color: 811761.

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

Color convert

RGB 241 98 12 -
CMYK 0 0.59 0.95 0.05
HSL 22.53º 0.91% 0.5% -
HSV(B) 22.53º 0.95% 0.95% -
XYZ 40.71 27.46 3.5 -
YUV 130.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 241 98 12 0 0.59 0.95 0.05 22.53 0.91 0.5
Hex F1 62 C 0 3B 5F 5 17 5B 32
Octal 361 142 14 0 73 137 5 27 133 62
Binary 11110001 1100010 1100 0 111011 1011111 101 10111 1011011 110010

Color Harmonies of #F1620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1620C

Black with #F1620C

Text Example


Text Example

White with #F1620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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