Html Css Color HEX #F4610E Persimmon

📋 copy color: '#F4610E'

red 244 ◦ green 97 ◦ blue 14

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

Shades of Persimmon #F4610E

Tints of Persimmon #F4610E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 14 (5.86% from 255) = 3.94%

R = 68.73%
G = 27.32%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4610E (or 0xF4610E) is known color: Persimmon. HEX triplet: F4, 61 and 0E. RGB value is (244,97,14). Sum of RGB (Red+Green+Blue) = 244+97+14=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 14 (5.86% from 255 or 3.94% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4610E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4610E is #0B9EF1. Grayscale: #838383. Windows color (decimal): -761586 or 942580. OLE color: 942580.

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

Color convert

RGB 244 97 14 -
CMYK 0 0.60 0.94 0.04
HSL 21.65º 0.91% 0.51% -
HSV(B) 21.65º 0.94% 0.96% -
XYZ 41.66 27.81 3.59 -
YUV 131.49 61.7 208.25 -
System Red Green Blue C M Y K H S L
Decimal 244 97 14 0 0.60 0.94 0.04 21.65 0.91 0.51
Hex F4 61 E 0 3C 5E 4 16 5B 33
Octal 364 141 16 0 74 136 4 26 133 63
Binary 11110100 1100001 1110 0 111100 1011110 100 10110 1011011 110011

Color Harmonies of #F4610E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4610E

Black with #F4610E

Text Example


Text Example

White with #F4610E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4610E; }

 p { color: rgb(244,97,14); }

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

background-color css

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

 a { background-color: rgb(244,97,14); }

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

border-color css

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

 span { border-color: rgb(244,97,14); }

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