Html Css Color HEX #F45F09 Persimmon

📋 copy color: '#F45F09'

red 244 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #F45F09

Tints of Persimmon #F45F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.3%

 BLUE value IS 9 (3.91% from 255) = 2.59%

R = 70.11%
G = 27.3%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F45F09 (or 0xF45F09) is known color: Persimmon. HEX triplet: F4, 5F and 09. RGB value is (244,95,9). Sum of RGB (Red+Green+Blue) = 244+95+9=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 95 (37.5% from 255 or 27.30% from 348); Blue value is 9 (3.91% from 255 or 2.59% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F45F09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45F09 is #0BA0F6. Grayscale: #828282. Windows color (decimal): -762103 or 614388. OLE color: 614388.

HSL color Cylindrical-coordinate representation of color #F45F09: hue angle of 21.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F45F09 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 95 9 -
CMYK 0 0.61 0.96 0.04
HSL 21.96º 0.93% 0.5% -
HSV(B) 21.96º 0.96% 0.96% -
XYZ 41.45 27.44 3.37 -
YUV 129.75 59.86 209.49 -
System Red Green Blue C M Y K H S L
Decimal 244 95 9 0 0.61 0.96 0.04 21.96 0.93 0.5
Hex F4 5F 9 0 3D 60 4 16 5D 32
Octal 364 137 11 0 75 140 4 26 135 62
Binary 11110100 1011111 1001 0 111101 1100000 100 10110 1011101 110010

Color Harmonies of #F45F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45F09

Black with #F45F09

Text Example


Text Example

White with #F45F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45F09; }

 p { color: rgb(244,95,9); }

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

background-color css

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

 a { background-color: rgb(244,95,9); }

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

border-color css

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

 span { border-color: rgb(244,95,9); }

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