Html Css Color HEX #F45517 Persimmon

📋 copy color: '#F45517'

red 244 ◦ green 85 ◦ blue 23

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

Shades of Persimmon #F45517

Tints of Persimmon #F45517

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

 BLUE value IS 23 (9.38% from 255) = 6.53%

R = 69.32%
G = 24.15%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F45517 (or 0xF45517) is known color: Persimmon. HEX triplet: F4, 55 and 17. RGB value is (244,85,23). Sum of RGB (Red+Green+Blue) = 244+85+23=352 (46% of max value = 765). Red value is 244 (95.70% from 255 or 69.32% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 23 (9.38% from 255 or 6.53% from 352); Max value from RGB is 244 - color contains mainly: red. Hex color #F45517 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45517 is #0BAAE8. Grayscale: #7D7D7D. Windows color (decimal): -764649 or 1529332. OLE color: 1529332.

HSL color Cylindrical-coordinate representation of color #F45517: hue angle of 16.83º 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 #F45517 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 85 23 -
CMYK 0 0.65 0.91 0.04
HSL 16.83º 0.91% 0.52% -
HSV(B) 16.83º 0.91% 0.96% -
XYZ 40.71 25.79 3.64 -
YUV 125.47 70.18 212.54 -
System Red Green Blue C M Y K H S L
Decimal 244 85 23 0 0.65 0.91 0.04 16.83 0.91 0.52
Hex F4 55 17 0 41 5B 4 11 5B 34
Octal 364 125 27 0 101 133 4 21 133 64
Binary 11110100 1010101 10111 0 1000001 1011011 100 10001 1011011 110100

Color Harmonies of #F45517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45517

Black with #F45517

Text Example


Text Example

White with #F45517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45517; }

 p { color: rgb(244,85,23); }

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

background-color css

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

 a { background-color: rgb(244,85,23); }

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

border-color css

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

 span { border-color: rgb(244,85,23); }

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