Html Css Color HEX #F45F10 Persimmon

📋 copy color: '#F45F10'

red 244 ◦ green 95 ◦ blue 16

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

Shades of Persimmon #F45F10

Tints of Persimmon #F45F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.51%

R = 68.73%
G = 26.76%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F45F10 (or 0xF45F10) is known color: Persimmon. HEX triplet: F4, 5F and 10. RGB value is (244,95,16). Sum of RGB (Red+Green+Blue) = 244+95+16=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 95 (37.5% from 255 or 26.76% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45F10 is #0BA0EF. Grayscale: #838383. Windows color (decimal): -762096 or 1073140. OLE color: 1073140.

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

Color convert

RGB 244 95 16 -
CMYK 0 0.61 0.93 0.04
HSL 20.79º 0.91% 0.51% -
HSV(B) 20.79º 0.93% 0.96% -
XYZ 41.49 27.45 3.6 -
YUV 130.55 63.36 208.92 -
System Red Green Blue C M Y K H S L
Decimal 244 95 16 0 0.61 0.93 0.04 20.79 0.91 0.51
Hex F4 5F 10 0 3D 5D 4 15 5B 33
Octal 364 137 20 0 75 135 4 25 133 63
Binary 11110100 1011111 10000 0 111101 1011101 100 10101 1011011 110011

Color Harmonies of #F45F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45F10

Black with #F45F10

Text Example


Text Example

White with #F45F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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