Html Css Color HEX #F16202 Persimmon

📋 copy color: '#F16202'

red 241 ◦ green 98 ◦ blue 2

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

Shades of Persimmon #F16202

Tints of Persimmon #F16202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 70.67%
G = 28.74%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F16202 (or 0xF16202) is known color: Persimmon. HEX triplet: F1, 62 and 02. RGB value is (241,98,2). Sum of RGB (Red+Green+Blue) = 241+98+2=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F16202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16202 is #0E9DFD. Grayscale: #828282. Windows color (decimal): -957950 or 156401. OLE color: 156401.

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

Color convert

RGB 241 98 2 -
CMYK 0 0.59 0.99 0.05
HSL 24.1º 0.98% 0.48% -
HSV(B) 24.1º 0.99% 0.95% -
XYZ 40.65 27.44 3.21 -
YUV 129.81 55.88 207.31 -
System Red Green Blue C M Y K H S L
Decimal 241 98 2 0 0.59 0.99 0.05 24.1 0.98 0.48
Hex F1 62 2 0 3B 63 5 18 62 30
Octal 361 142 2 0 73 143 5 30 142 60
Binary 11110001 1100010 10 0 111011 1100011 101 11000 1100010 110000

Color Harmonies of #F16202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16202

Black with #F16202

Text Example


Text Example

White with #F16202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16202; }

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

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

background-color css

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

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

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

border-color css

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

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

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