Html Css Color HEX #F0581B Persimmon

📋 copy color: '#F0581B'

red 240 ◦ green 88 ◦ blue 27

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

Shades of Persimmon #F0581B

Tints of Persimmon #F0581B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.61%

R = 67.61%
G = 24.79%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0581B (or 0xF0581B) is known color: Persimmon. HEX triplet: F0, 58 and 1B. RGB value is (240,88,27). Sum of RGB (Red+Green+Blue) = 240+88+27=355 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.61% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 240 - color contains mainly: red. Hex color #F0581B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0581B is #0FA7E4. Grayscale: #7E7E7E. Windows color (decimal): -1026021 or 1792240. OLE color: 1792240.

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

Color convert

RGB 240 88 27 -
CMYK 0 0.63 0.89 0.06
HSL 17.18º 0.88% 0.52% -
HSV(B) 17.18º 0.89% 0.94% -
XYZ 39.62 25.58 3.89 -
YUV 126.49 71.86 208.96 -
System Red Green Blue C M Y K H S L
Decimal 240 88 27 0 0.63 0.89 0.06 17.18 0.88 0.52
Hex F0 58 1B 0 3F 59 6 11 58 34
Octal 360 130 33 0 77 131 6 21 130 64
Binary 11110000 1011000 11011 0 111111 1011001 110 10001 1011000 110100

Color Harmonies of #F0581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0581B

Black with #F0581B

Text Example


Text Example

White with #F0581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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