Html Css Color HEX #F05902 Persimmon

📋 copy color: '#F05902'

red 240 ◦ green 89 ◦ blue 2

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

Shades of Persimmon #F05902

Tints of Persimmon #F05902

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.89%

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

R = 72.51%
G = 26.89%
B = 0.6%

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

#F05902 (or 0xF05902) is known color: Persimmon. HEX triplet: F0, 59 and 02. RGB value is (240,89,2). Sum of RGB (Red+Green+Blue) = 240+89+2=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F05902 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05902 is #0FA6FD. Grayscale: #7C7C7C. Windows color (decimal): -1025790 or 154096. OLE color: 154096.

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

Color convert

RGB 240 89 2 -
CMYK 0 0.63 0.99 0.06
HSL 21.93º 0.98% 0.47% -
HSV(B) 21.93º 0.99% 0.94% -
XYZ 39.52 25.67 2.93 -
YUV 124.23 59.03 210.57 -
System Red Green Blue C M Y K H S L
Decimal 240 89 2 0 0.63 0.99 0.06 21.93 0.98 0.47
Hex F0 59 2 0 3F 63 6 16 62 2F
Octal 360 131 2 0 77 143 6 26 142 57
Binary 11110000 1011001 10 0 111111 1100011 110 10110 1100010 101111

Color Harmonies of #F05902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05902

Black with #F05902

Text Example


Text Example

White with #F05902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05902; }

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

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

background-color css

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

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

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

border-color css

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

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

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