Html Css Color HEX #F45A1A Persimmon

📋 copy color: '#F45A1A'

red 244 ◦ green 90 ◦ blue 26

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

Shades of Persimmon #F45A1A

Tints of Persimmon #F45A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 67.78%
G = 25%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F45A1A (or 0xF45A1A) is known color: Persimmon. HEX triplet: F4, 5A and 1A. RGB value is (244,90,26). Sum of RGB (Red+Green+Blue) = 244+90+26=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F45A1A is #0BA5E5. Grayscale: #818181. Windows color (decimal): -763366 or 1727220. OLE color: 1727220.

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

Color convert

RGB 244 90 26 -
CMYK 0 0.63 0.89 0.04
HSL 17.61º 0.91% 0.53% -
HSV(B) 17.61º 0.89% 0.96% -
XYZ 41.15 26.62 3.95 -
YUV 128.75 70.02 210.2 -
System Red Green Blue C M Y K H S L
Decimal 244 90 26 0 0.63 0.89 0.04 17.61 0.91 0.53
Hex F4 5A 1A 0 3F 59 4 12 5B 35
Octal 364 132 32 0 77 131 4 22 133 65
Binary 11110100 1011010 11010 0 111111 1011001 100 10010 1011011 110101

Color Harmonies of #F45A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A1A

Black with #F45A1A

Text Example


Text Example

White with #F45A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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