Html Css Color HEX #F16402 Persimmon

📋 copy color: '#F16402'

red 241 ◦ green 100 ◦ blue 2

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

Shades of Persimmon #F16402

Tints of Persimmon #F16402

RGB

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

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

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

R = 70.26%
G = 29.15%
B = 0.58%

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

#F16402 (or 0xF16402) is known color: Persimmon. HEX triplet: F1, 64 and 02. RGB value is (241,100,2). Sum of RGB (Red+Green+Blue) = 241+100+2=343 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.26% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 241 - color contains mainly: red. Hex color #F16402 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16402 is #0E9BFD. Grayscale: #838383. Windows color (decimal): -957438 or 156913. OLE color: 156913.

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

Color convert

RGB 241 100 2 -
CMYK 0 0.59 0.99 0.05
HSL 24.6º 0.98% 0.48% -
HSV(B) 24.6º 0.99% 0.95% -
XYZ 40.84 27.82 3.27 -
YUV 130.99 55.21 206.47 -
System Red Green Blue C M Y K H S L
Decimal 241 100 2 0 0.59 0.99 0.05 24.6 0.98 0.48
Hex F1 64 2 0 3B 63 5 19 62 30
Octal 361 144 2 0 73 143 5 31 142 60
Binary 11110001 1100100 10 0 111011 1100011 101 11001 1100010 110000

Color Harmonies of #F16402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16402

Black with #F16402

Text Example


Text Example

White with #F16402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16402; }

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

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

background-color css

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

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

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

border-color css

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

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

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