Html Css Color HEX #F05004 Persimmon

📋 copy color: '#F05004'

red 240 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #F05004

Tints of Persimmon #F05004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.23%

R = 74.07%
G = 24.69%
B = 1.23%

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

#F05004 (or 0xF05004) is known color: Persimmon. HEX triplet: F0, 50 and 04. RGB value is (240,80,4). Sum of RGB (Red+Green+Blue) = 240+80+4=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 4 (1.95% from 255 or 1.23% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F05004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05004 is #0FAFFB. Grayscale: #777777. Windows color (decimal): -1028092 or 282864. OLE color: 282864.

HSL color Cylindrical-coordinate representation of color #F05004: hue angle of 19.32º degrees, saturation: 0.97, 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 #F05004 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 80 4 -
CMYK 0 0.67 0.98 0.06
HSL 19.32º 0.97% 0.48% -
HSV(B) 19.32º 0.98% 0.94% -
XYZ 38.83 24.27 2.75 -
YUV 119.18 63.01 214.18 -
System Red Green Blue C M Y K H S L
Decimal 240 80 4 0 0.67 0.98 0.06 19.32 0.97 0.48
Hex F0 50 4 0 43 62 6 13 61 30
Octal 360 120 4 0 103 142 6 23 141 60
Binary 11110000 1010000 100 0 1000011 1100010 110 10011 1100001 110000

Color Harmonies of #F05004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05004

Black with #F05004

Text Example


Text Example

White with #F05004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05004; }

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

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

background-color css

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

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

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

border-color css

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

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

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