Html Css Color HEX #F45A08 Persimmon

📋 copy color: '#F45A08'

red 244 ◦ green 90 ◦ blue 8

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

Shades of Persimmon #F45A08

Tints of Persimmon #F45A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.34%

R = 71.35%
G = 26.32%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F45A08 (or 0xF45A08) is known color: Persimmon. HEX triplet: F4, 5A and 08. RGB value is (244,90,8). Sum of RGB (Red+Green+Blue) = 244+90+8=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A08 is #0BA5F7. Grayscale: #7F7F7F. Windows color (decimal): -763384 or 547572. OLE color: 547572.

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

Color convert

RGB 244 90 8 -
CMYK 0 0.63 0.97 0.04
HSL 20.85º 0.94% 0.49% -
HSV(B) 20.85º 0.97% 0.96% -
XYZ 41.01 26.56 3.2 -
YUV 126.7 61.02 211.67 -
System Red Green Blue C M Y K H S L
Decimal 244 90 8 0 0.63 0.97 0.04 20.85 0.94 0.49
Hex F4 5A 8 0 3F 61 4 15 5E 31
Octal 364 132 10 0 77 141 4 25 136 61
Binary 11110100 1011010 1000 0 111111 1100001 100 10101 1011110 110001

Color Harmonies of #F45A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45A08

Black with #F45A08

Text Example


Text Example

White with #F45A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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