Html Css Color HEX #F06204 Persimmon

📋 copy color: '#F06204'

red 240 ◦ green 98 ◦ blue 4

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

Shades of Persimmon #F06204

Tints of Persimmon #F06204

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.65%

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

R = 70.18%
G = 28.65%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#F06204 (or 0xF06204) is known color: Persimmon. HEX triplet: F0, 62 and 04. RGB value is (240,98,4). Sum of RGB (Red+Green+Blue) = 240+98+4=342 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.18% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 240 - color contains mainly: red. Hex color #F06204 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06204 is #0F9DFB. Grayscale: #828282. Windows color (decimal): -1023484 or 287472. OLE color: 287472.

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

Color convert

RGB 240 98 4 -
CMYK 0 0.59 0.98 0.06
HSL 23.9º 0.97% 0.48% -
HSV(B) 23.9º 0.98% 0.94% -
XYZ 40.32 27.27 3.25 -
YUV 129.74 57.04 206.64 -
System Red Green Blue C M Y K H S L
Decimal 240 98 4 0 0.59 0.98 0.06 23.9 0.97 0.48
Hex F0 62 4 0 3B 62 6 18 61 30
Octal 360 142 4 0 73 142 6 30 141 60
Binary 11110000 1100010 100 0 111011 1100010 110 11000 1100001 110000

Color Harmonies of #F06204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06204

Black with #F06204

Text Example


Text Example

White with #F06204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06204; }

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

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

background-color css

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

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

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

border-color css

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

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

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