Html Css Color HEX #F45A17 Persimmon

📋 copy color: '#F45A17'

red 244 ◦ green 90 ◦ blue 23

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

Shades of Persimmon #F45A17

Tints of Persimmon #F45A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

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

R = 68.35%
G = 25.21%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F45A17 (or 0xF45A17) is known color: Persimmon. HEX triplet: F4, 5A and 17. RGB value is (244,90,23). Sum of RGB (Red+Green+Blue) = 244+90+23=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A17 is #0BA5E8. Grayscale: #808080. Windows color (decimal): -763369 or 1530612. OLE color: 1530612.

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

Color convert

RGB 244 90 23 -
CMYK 0 0.63 0.91 0.04
HSL 18.19º 0.91% 0.52% -
HSV(B) 18.19º 0.91% 0.96% -
XYZ 41.12 26.61 3.78 -
YUV 128.41 68.52 210.45 -
System Red Green Blue C M Y K H S L
Decimal 244 90 23 0 0.63 0.91 0.04 18.19 0.91 0.52
Hex F4 5A 17 0 3F 5B 4 12 5B 34
Octal 364 132 27 0 77 133 4 22 133 64
Binary 11110100 1011010 10111 0 111111 1011011 100 10010 1011011 110100

Color Harmonies of #F45A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A17

Black with #F45A17

Text Example


Text Example

White with #F45A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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