Html Css Color HEX #F06202 Persimmon

📋 copy color: '#F06202'

red 240 ◦ green 98 ◦ blue 2

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

Shades of Persimmon #F06202

Tints of Persimmon #F06202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 70.59%
G = 28.82%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F06202 (or 0xF06202) is known color: Persimmon. HEX triplet: F0, 62 and 02. RGB value is (240,98,2). Sum of RGB (Red+Green+Blue) = 240+98+2=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F06202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06202 is #0F9DFD. Grayscale: #828282. Windows color (decimal): -1023486 or 156400. OLE color: 156400.

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

Color convert

RGB 240 98 2 -
CMYK 0 0.59 0.99 0.06
HSL 24.2º 0.98% 0.47% -
HSV(B) 24.2º 0.99% 0.94% -
XYZ 40.31 27.27 3.2 -
YUV 129.51 56.04 206.81 -
System Red Green Blue C M Y K H S L
Decimal 240 98 2 0 0.59 0.99 0.06 24.2 0.98 0.47
Hex F0 62 2 0 3B 63 6 18 62 2F
Octal 360 142 2 0 73 143 6 30 142 57
Binary 11110000 1100010 10 0 111011 1100011 110 11000 1100010 101111

Color Harmonies of #F06202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06202

Black with #F06202

Text Example


Text Example

White with #F06202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06202; }

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

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

background-color css

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

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

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

border-color css

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

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

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