Html Css Color HEX #F05800 Persimmon

📋 copy color: '#F05800'

red 240 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #F05800

Tints of Persimmon #F05800

RGB

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

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

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

R = 73.17%
G = 26.83%
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

#F05800 (or 0xF05800) is known color: Persimmon. HEX triplet: F0, 58 and 00. RGB value is (240,88,0). Sum of RGB (Red+Green+Blue) = 240+88+0=328 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.17% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 240 - color contains mainly: red. Hex color #F05800 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05800 is #0FA7FF. Grayscale: #7B7B7B. Windows color (decimal): -1026048 or 22768. OLE color: 22768.

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

Color convert

RGB 240 88 0 -
CMYK 0 0.63 1 0.06
HSL 22º 1% 0.47% -
HSV(B) 22º 1% 0.94% -
XYZ 39.42 25.5 2.84 -
YUV 123.42 58.36 211.16 -
System Red Green Blue C M Y K H S L
Decimal 240 88 0 0 0.63 1 0.06 22 1 0.47
Hex F0 58 0 0 3F 64 6 16 64 2F
Octal 360 130 0 0 77 144 6 26 144 57
Binary 11110000 1011000 0 0 111111 1100100 110 10110 1100100 101111

Color Harmonies of #F05800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05800

Black with #F05800

Text Example


Text Example

White with #F05800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05800; }

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

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

background-color css

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

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

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

border-color css

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

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

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