Html Css Color HEX #F05006 Persimmon

📋 copy color: '#F05006'

red 240 ◦ green 80 ◦ blue 6

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

Shades of Persimmon #F05006

Tints of Persimmon #F05006

RGB

 RED value IS 240 (94.14% from 255) = 73.62%

 GREEN value IS 80 (31.64% from 255) = 24.54%

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

R = 73.62%
G = 24.54%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F05006 (or 0xF05006) is known color: Persimmon. HEX triplet: F0, 50 and 06. RGB value is (240,80,6). Sum of RGB (Red+Green+Blue) = 240+80+6=326 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.62% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 240 - color contains mainly: red. Hex color #F05006 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05006 is #0FAFF9. Grayscale: #777777. Windows color (decimal): -1028090 or 413936. OLE color: 413936.

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

Color convert

RGB 240 80 6 -
CMYK 0 0.67 0.98 0.06
HSL 18.97º 0.95% 0.48% -
HSV(B) 18.97º 0.98% 0.94% -
XYZ 38.84 24.28 2.81 -
YUV 119.4 64.01 214.02 -
System Red Green Blue C M Y K H S L
Decimal 240 80 6 0 0.67 0.98 0.06 18.97 0.95 0.48
Hex F0 50 6 0 43 62 6 13 5F 30
Octal 360 120 6 0 103 142 6 23 137 60
Binary 11110000 1010000 110 0 1000011 1100010 110 10011 1011111 110000

Color Harmonies of #F05006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05006

Black with #F05006

Text Example


Text Example

White with #F05006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05006; }

 p { color: rgb(240,80,6); }

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

background-color css

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

 a { background-color: rgb(240,80,6); }

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

border-color css

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

 span { border-color: rgb(240,80,6); }

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