Html Css Color HEX #F05B13 Persimmon

📋 copy color: '#F05B13'

red 240 ◦ green 91 ◦ blue 19

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

Shades of Persimmon #F05B13

Tints of Persimmon #F05B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26%

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 68.57%
G = 26%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F05B13 (or 0xF05B13) is known color: Persimmon. HEX triplet: F0, 5B and 13. RGB value is (240,91,19). Sum of RGB (Red+Green+Blue) = 240+91+19=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F05B13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05B13 is #0FA4EC. Grayscale: #7F7F7F. Windows color (decimal): -1025261 or 1268720. OLE color: 1268720.

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

Color convert

RGB 240 91 19 -
CMYK 0 0.62 0.92 0.06
HSL 19.55º 0.88% 0.51% -
HSV(B) 19.55º 0.92% 0.94% -
XYZ 39.79 26.05 3.55 -
YUV 127.34 66.86 208.35 -
System Red Green Blue C M Y K H S L
Decimal 240 91 19 0 0.62 0.92 0.06 19.55 0.88 0.51
Hex F0 5B 13 0 3E 5C 6 14 58 33
Octal 360 133 23 0 76 134 6 24 130 63
Binary 11110000 1011011 10011 0 111110 1011100 110 10100 1011000 110011

Color Harmonies of #F05B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05B13

Black with #F05B13

Text Example


Text Example

White with #F05B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05B13; }

 p { color: rgb(240,91,19); }

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

background-color css

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

 a { background-color: rgb(240,91,19); }

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

border-color css

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

 span { border-color: rgb(240,91,19); }

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