Html Css Color HEX #F45A16 Persimmon

📋 copy color: '#F45A16'

red 244 ◦ green 90 ◦ blue 22

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

Shades of Persimmon #F45A16

Tints of Persimmon #F45A16

RGB

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

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

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

R = 68.54%
G = 25.28%
B = 6.18%

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

#F45A16 (or 0xF45A16) is known color: Persimmon. HEX triplet: F4, 5A and 16. RGB value is (244,90,22). Sum of RGB (Red+Green+Blue) = 244+90+22=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A16 is #0BA5E9. Grayscale: #808080. Windows color (decimal): -763370 or 1465076. OLE color: 1465076.

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

Color convert

RGB 244 90 22 -
CMYK 0 0.63 0.91 0.04
HSL 18.38º 0.91% 0.52% -
HSV(B) 18.38º 0.91% 0.96% -
XYZ 41.11 26.6 3.73 -
YUV 128.29 68.02 210.53 -
System Red Green Blue C M Y K H S L
Decimal 244 90 22 0 0.63 0.91 0.04 18.38 0.91 0.52
Hex F4 5A 16 0 3F 5B 4 12 5B 34
Octal 364 132 26 0 77 133 4 22 133 64
Binary 11110100 1011010 10110 0 111111 1011011 100 10010 1011011 110100

Color Harmonies of #F45A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A16

Black with #F45A16

Text Example


Text Example

White with #F45A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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