Html Css Color HEX #F46008 Persimmon

📋 copy color: '#F46008'

red 244 ◦ green 96 ◦ blue 8

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

Shades of Persimmon #F46008

Tints of Persimmon #F46008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 70.11%
G = 27.59%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F46008 (or 0xF46008) is known color: Persimmon. HEX triplet: F4, 60 and 08. RGB value is (244,96,8). Sum of RGB (Red+Green+Blue) = 244+96+8=348 (46% of max value = 765). Red value is 244 (95.70% from 255 or 70.11% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 244 - color contains mainly: red. Hex color #F46008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46008 is #0B9FF7. Grayscale: #828282. Windows color (decimal): -761848 or 549108. OLE color: 549108.

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

Color convert

RGB 244 96 8 -
CMYK 0 0.61 0.97 0.04
HSL 22.37º 0.94% 0.49% -
HSV(B) 22.37º 0.97% 0.96% -
XYZ 41.53 27.62 3.37 -
YUV 130.22 59.03 209.16 -
System Red Green Blue C M Y K H S L
Decimal 244 96 8 0 0.61 0.97 0.04 22.37 0.94 0.49
Hex F4 60 8 0 3D 61 4 16 5E 31
Octal 364 140 10 0 75 141 4 26 136 61
Binary 11110100 1100000 1000 0 111101 1100001 100 10110 1011110 110001

Color Harmonies of #F46008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46008

Black with #F46008

Text Example


Text Example

White with #F46008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46008; }

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

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

background-color css

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

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

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

border-color css

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

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

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