Html Css Color HEX #F05900 Persimmon

📋 copy color: '#F05900'

red 240 ◦ green 89 ◦ blue 0

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

Shades of Persimmon #F05900

Tints of Persimmon #F05900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.95%
G = 27.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F05900 (or 0xF05900) is known color: Persimmon. HEX triplet: F0, 59 and 00. RGB value is (240,89,0). Sum of RGB (Red+Green+Blue) = 240+89+0=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F05900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05900 is #0FA6FF. Grayscale: #7C7C7C. Windows color (decimal): -1025792 or 23024. OLE color: 23024.

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

Color convert

RGB 240 89 0 -
CMYK 0 0.63 1 0.06
HSL 22.25º 1% 0.47% -
HSV(B) 22.25º 1% 0.94% -
XYZ 39.51 25.67 2.87 -
YUV 124 58.03 210.74 -
System Red Green Blue C M Y K H S L
Decimal 240 89 0 0 0.63 1 0.06 22.25 1 0.47
Hex F0 59 0 0 3F 64 6 16 64 2F
Octal 360 131 0 0 77 144 6 26 144 57
Binary 11110000 1011001 0 0 111111 1100100 110 10110 1100100 101111

Color Harmonies of #F05900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05900

Black with #F05900

Text Example


Text Example

White with #F05900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05900; }

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

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

background-color css

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

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

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

border-color css

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

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

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