Html Css Color HEX #F16400 Persimmon

📋 copy color: '#F16400'

red 241 ◦ green 100 ◦ blue 0

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

Shades of Persimmon #F16400

Tints of Persimmon #F16400

RGB

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

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

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

R = 70.67%
G = 29.33%
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

#F16400 (or 0xF16400) is known color: Persimmon. HEX triplet: F1, 64 and 00. RGB value is (241,100,0). Sum of RGB (Red+Green+Blue) = 241+100+0=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 0 (0.39% from 255 or 0% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F16400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16400 is #0E9BFF. Grayscale: #838383. Windows color (decimal): -957440 or 25841. OLE color: 25841.

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

Color convert

RGB 241 100 0 -
CMYK 0 0.59 1 0.05
HSL 24.9º 1% 0.47% -
HSV(B) 24.9º 1% 0.95% -
XYZ 40.83 27.82 3.22 -
YUV 130.76 54.21 206.63 -
System Red Green Blue C M Y K H S L
Decimal 241 100 0 0 0.59 1 0.05 24.9 1 0.47
Hex F1 64 0 0 3B 64 5 19 64 2F
Octal 361 144 0 0 73 144 5 31 144 57
Binary 11110001 1100100 0 0 111011 1100100 101 11001 1100100 101111

Color Harmonies of #F16400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16400

Black with #F16400

Text Example


Text Example

White with #F16400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16400; }

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

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

background-color css

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

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

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

border-color css

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

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

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