Html Css Color HEX #F16200 Persimmon

📋 copy color: '#F16200'

red 241 ◦ green 98 ◦ blue 0

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

Shades of Persimmon #F16200

Tints of Persimmon #F16200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.09%
G = 28.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F16200 (or 0xF16200) is known color: Persimmon. HEX triplet: F1, 62 and 00. RGB value is (241,98,0). Sum of RGB (Red+Green+Blue) = 241+98+0=339 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.09% from 339); Green value is 98 (38.67% from 255 or 28.91% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 241 - color contains mainly: red. Hex color #F16200 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16200 is #0E9DFF. Grayscale: #828282. Windows color (decimal): -957952 or 25329. OLE color: 25329.

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

Color convert

RGB 241 98 0 -
CMYK 0 0.59 1 0.05
HSL 24.4º 1% 0.47% -
HSV(B) 24.4º 1% 0.95% -
XYZ 40.64 27.44 3.15 -
YUV 129.59 54.88 207.47 -
System Red Green Blue C M Y K H S L
Decimal 241 98 0 0 0.59 1 0.05 24.4 1 0.47
Hex F1 62 0 0 3B 64 5 18 64 2F
Octal 361 142 0 0 73 144 5 30 144 57
Binary 11110001 1100010 0 0 111011 1100100 101 11000 1100100 101111

Color Harmonies of #F16200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16200

Black with #F16200

Text Example


Text Example

White with #F16200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16200; }

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

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

background-color css

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

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

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

border-color css

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

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

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