Html Css Color HEX #F14D06 Persimmon

📋 copy color: '#F14D06'

red 241 ◦ green 77 ◦ blue 6

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

Shades of Persimmon #F14D06

Tints of Persimmon #F14D06

RGB

 RED value IS 241 (94.53% from 255) = 74.38%

 GREEN value IS 77 (30.47% from 255) = 23.77%

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

R = 74.38%
G = 23.77%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F14D06 (or 0xF14D06) is known color: Persimmon. HEX triplet: F1, 4D and 06. RGB value is (241,77,6). Sum of RGB (Red+Green+Blue) = 241+77+6=324 (42% of max value = 765). Red value is 241 (94.53% from 255 or 74.38% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 241 - color contains mainly: red. Hex color #F14D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F14D06 is #0EB2F9. Grayscale: #767676. Windows color (decimal): -963322 or 413169. OLE color: 413169.

HSL color Cylindrical-coordinate representation of color #F14D06: hue angle of 18.13º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F14D06 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 77 6 -
CMYK 0 0.68 0.98 0.05
HSL 18.13º 0.95% 0.48% -
HSV(B) 18.13º 0.98% 0.95% -
XYZ 38.96 24.02 2.76 -
YUV 117.94 64.83 215.77 -
System Red Green Blue C M Y K H S L
Decimal 241 77 6 0 0.68 0.98 0.05 18.13 0.95 0.48
Hex F1 4D 6 0 44 62 5 12 5F 30
Octal 361 115 6 0 104 142 5 22 137 60
Binary 11110001 1001101 110 0 1000100 1100010 101 10010 1011111 110000

Color Harmonies of #F14D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F14D06

Black with #F14D06

Text Example


Text Example

White with #F14D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F14D06; }

 p { color: rgb(241,77,6); }

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

background-color css

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

 a { background-color: rgb(241,77,6); }

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

border-color css

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

 span { border-color: rgb(241,77,6); }

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