Html Css Color HEX #F45408 Persimmon

📋 copy color: '#F45408'

red 244 ◦ green 84 ◦ blue 8

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

Shades of Persimmon #F45408

Tints of Persimmon #F45408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25%

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

R = 72.62%
G = 25%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F45408 (or 0xF45408) is known color: Persimmon. HEX triplet: F4, 54 and 08. RGB value is (244,84,8). Sum of RGB (Red+Green+Blue) = 244+84+8=336 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.62% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 244 - color contains mainly: red. Hex color #F45408 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45408 is #0BABF7. Grayscale: #7B7B7B. Windows color (decimal): -764920 or 546036. OLE color: 546036.

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

Color convert

RGB 244 84 8 -
CMYK 0 0.66 0.97 0.04
HSL 19.32º 0.94% 0.49% -
HSV(B) 19.32º 0.97% 0.96% -
XYZ 40.52 25.59 3.03 -
YUV 123.18 63.01 214.18 -
System Red Green Blue C M Y K H S L
Decimal 244 84 8 0 0.66 0.97 0.04 19.32 0.94 0.49
Hex F4 54 8 0 42 61 4 13 5E 31
Octal 364 124 10 0 102 141 4 23 136 61
Binary 11110100 1010100 1000 0 1000010 1100001 100 10011 1011110 110001

Color Harmonies of #F45408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45408

Black with #F45408

Text Example


Text Example

White with #F45408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45408; }

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

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

background-color css

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

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

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

border-color css

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

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

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