Html Css Color HEX #F05802 Persimmon

📋 copy color: '#F05802'

red 240 ◦ green 88 ◦ blue 2

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

Shades of Persimmon #F05802

Tints of Persimmon #F05802

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 72.73%
G = 26.67%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#F05802 (or 0xF05802) is known color: Persimmon. HEX triplet: F0, 58 and 02. RGB value is (240,88,2). Sum of RGB (Red+Green+Blue) = 240+88+2=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F05802 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05802 is #0FA7FD. Grayscale: #7C7C7C. Windows color (decimal): -1026046 or 153840. OLE color: 153840.

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

Color convert

RGB 240 88 2 -
CMYK 0 0.63 0.99 0.06
HSL 21.68º 0.98% 0.47% -
HSV(B) 21.68º 0.99% 0.94% -
XYZ 39.44 25.51 2.9 -
YUV 123.64 59.36 210.99 -
System Red Green Blue C M Y K H S L
Decimal 240 88 2 0 0.63 0.99 0.06 21.68 0.98 0.47
Hex F0 58 2 0 3F 63 6 16 62 2F
Octal 360 130 2 0 77 143 6 26 142 57
Binary 11110000 1011000 10 0 111111 1100011 110 10110 1100010 101111

Color Harmonies of #F05802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05802

Black with #F05802

Text Example


Text Example

White with #F05802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05802; }

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

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

background-color css

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

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

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

border-color css

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

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

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