Html Css Color HEX #F45F16 Persimmon

📋 copy color: '#F45F16'

red 244 ◦ green 95 ◦ blue 22

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

Shades of Persimmon #F45F16

Tints of Persimmon #F45F16

RGB

 RED value IS 244 (95.7% from 255) = 67.59%

 GREEN value IS 95 (37.5% from 255) = 26.32%

 BLUE value IS 22 (8.98% from 255) = 6.09%

R = 67.59%
G = 26.32%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F45F16 (or 0xF45F16) is known color: Persimmon. HEX triplet: F4, 5F and 16. RGB value is (244,95,22). Sum of RGB (Red+Green+Blue) = 244+95+22=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 95 (37.5% from 255 or 26.32% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45F16 is #0BA0E9. Grayscale: #838383. Windows color (decimal): -762090 or 1466356. OLE color: 1466356.

HSL color Cylindrical-coordinate representation of color #F45F16: hue angle of 19.73º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F45F16 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 95 22 -
CMYK 0 0.61 0.91 0.04
HSL 19.73º 0.91% 0.52% -
HSV(B) 19.73º 0.91% 0.96% -
XYZ 41.55 27.48 3.87 -
YUV 131.23 66.36 208.44 -
System Red Green Blue C M Y K H S L
Decimal 244 95 22 0 0.61 0.91 0.04 19.73 0.91 0.52
Hex F4 5F 16 0 3D 5B 4 14 5B 34
Octal 364 137 26 0 75 133 4 24 133 64
Binary 11110100 1011111 10110 0 111101 1011011 100 10100 1011011 110100

Color Harmonies of #F45F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45F16

Black with #F45F16

Text Example


Text Example

White with #F45F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45F16; }

 p { color: rgb(244,95,22); }

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

background-color css

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

 a { background-color: rgb(244,95,22); }

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

border-color css

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

 span { border-color: rgb(244,95,22); }

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