Html Css Color HEX #F45C06 Persimmon

📋 copy color: '#F45C06'

red 244 ◦ green 92 ◦ blue 6

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

Shades of Persimmon #F45C06

Tints of Persimmon #F45C06

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.9%

 BLUE value IS 6 (2.73% from 255) = 1.75%

R = 71.35%
G = 26.9%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F45C06 (or 0xF45C06) is known color: Persimmon. HEX triplet: F4, 5C and 06. RGB value is (244,92,6). Sum of RGB (Red+Green+Blue) = 244+92+6=342 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.35% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 6 (2.73% from 255 or 1.75% from 342); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C06 is #0BA3F9. Grayscale: #808080. Windows color (decimal): -762874 or 417012. OLE color: 417012.

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

Color convert

RGB 244 92 6 -
CMYK 0 0.62 0.98 0.04
HSL 21.68º 0.95% 0.49% -
HSV(B) 21.68º 0.98% 0.96% -
XYZ 41.17 26.9 3.19 -
YUV 127.64 59.36 210.99 -
System Red Green Blue C M Y K H S L
Decimal 244 92 6 0 0.62 0.98 0.04 21.68 0.95 0.49
Hex F4 5C 6 0 3E 62 4 16 5F 31
Octal 364 134 6 0 76 142 4 26 137 61
Binary 11110100 1011100 110 0 111110 1100010 100 10110 1011111 110001

Color Harmonies of #F45C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F45C06

Black with #F45C06

Text Example


Text Example

White with #F45C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F45C06; }

 p { color: rgb(244,92,6); }

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

background-color css

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

 a { background-color: rgb(244,92,6); }

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

border-color css

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

 span { border-color: rgb(244,92,6); }

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