Html Css Color HEX #F05702 Persimmon

📋 copy color: '#F05702'

red 240 ◦ green 87 ◦ blue 2

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

Shades of Persimmon #F05702

Tints of Persimmon #F05702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.44%

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

R = 72.95%
G = 26.44%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F05702 (or 0xF05702) is known color: Persimmon. HEX triplet: F0, 57 and 02. RGB value is (240,87,2). Sum of RGB (Red+Green+Blue) = 240+87+2=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F05702 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05702 is #0FA8FD. Grayscale: #7B7B7B. Windows color (decimal): -1026302 or 153584. OLE color: 153584.

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

Color convert

RGB 240 87 2 -
CMYK 0 0.64 0.99 0.06
HSL 21.43º 0.98% 0.47% -
HSV(B) 21.43º 0.99% 0.94% -
XYZ 39.35 25.35 2.88 -
YUV 123.06 59.69 211.41 -
System Red Green Blue C M Y K H S L
Decimal 240 87 2 0 0.64 0.99 0.06 21.43 0.98 0.47
Hex F0 57 2 0 40 63 6 15 62 2F
Octal 360 127 2 0 100 143 6 25 142 57
Binary 11110000 1010111 10 0 1000000 1100011 110 10101 1100010 101111

Color Harmonies of #F05702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05702

Black with #F05702

Text Example


Text Example

White with #F05702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05702; }

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

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

background-color css

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

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

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

border-color css

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

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

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