Html Css Color HEX #F46015 Persimmon

📋 copy color: '#F46015'

red 244 ◦ green 96 ◦ blue 21

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

Shades of Persimmon #F46015

Tints of Persimmon #F46015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.59%

 BLUE value IS 21 (8.59% from 255) = 5.82%

R = 67.59%
G = 26.59%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F46015 (or 0xF46015) is known color: Persimmon. HEX triplet: F4, 60 and 15. RGB value is (244,96,21). Sum of RGB (Red+Green+Blue) = 244+96+21=361 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.59% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 21 (8.59% from 255 or 5.82% from 361); Max value from RGB is 244 - color contains mainly: red. Hex color #F46015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46015 is #0B9FEA. Grayscale: #848484. Windows color (decimal): -761835 or 1401076. OLE color: 1401076.

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

Color convert

RGB 244 96 21 -
CMYK 0 0.61 0.91 0.04
HSL 20.18º 0.91% 0.52% -
HSV(B) 20.18º 0.91% 0.96% -
XYZ 41.63 27.65 3.85 -
YUV 131.7 65.53 208.1 -
System Red Green Blue C M Y K H S L
Decimal 244 96 21 0 0.61 0.91 0.04 20.18 0.91 0.52
Hex F4 60 15 0 3D 5B 4 14 5B 34
Octal 364 140 25 0 75 133 4 24 133 64
Binary 11110100 1100000 10101 0 111101 1011011 100 10100 1011011 110100

Color Harmonies of #F46015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46015

Black with #F46015

Text Example


Text Example

White with #F46015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46015; }

 p { color: rgb(244,96,21); }

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

background-color css

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

 a { background-color: rgb(244,96,21); }

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

border-color css

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

 span { border-color: rgb(244,96,21); }

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