Html Css Color HEX #F06502 Persimmon

📋 copy color: '#F06502'

red 240 ◦ green 101 ◦ blue 2

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

Shades of Persimmon #F06502

Tints of Persimmon #F06502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

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

R = 69.97%
G = 29.45%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F06502 (or 0xF06502) is known color: Persimmon. HEX triplet: F0, 65 and 02. RGB value is (240,101,2). Sum of RGB (Red+Green+Blue) = 240+101+2=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F06502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06502 is #0F9AFD. Grayscale: #838383. Windows color (decimal): -1022718 or 157168. OLE color: 157168.

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

Color convert

RGB 240 101 2 -
CMYK 0 0.58 0.99 0.06
HSL 24.96º 0.98% 0.47% -
HSV(B) 24.96º 0.99% 0.94% -
XYZ 40.6 27.84 3.29 -
YUV 131.28 55.05 205.55 -
System Red Green Blue C M Y K H S L
Decimal 240 101 2 0 0.58 0.99 0.06 24.96 0.98 0.47
Hex F0 65 2 0 3A 63 6 19 62 2F
Octal 360 145 2 0 72 143 6 31 142 57
Binary 11110000 1100101 10 0 111010 1100011 110 11001 1100010 101111

Color Harmonies of #F06502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06502

Black with #F06502

Text Example


Text Example

White with #F06502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06502; }

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

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

background-color css

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

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

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

border-color css

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

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

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