Html Css Color HEX #F05409 Persimmon

📋 copy color: '#F05409'

red 240 ◦ green 84 ◦ blue 9

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

Shades of Persimmon #F05409

Tints of Persimmon #F05409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 9 (3.91% from 255) = 2.7%

R = 72.07%
G = 25.23%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F05409 (or 0xF05409) is known color: Persimmon. HEX triplet: F0, 54 and 09. RGB value is (240,84,9). Sum of RGB (Red+Green+Blue) = 240+84+9=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 9 (3.91% from 255 or 2.70% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F05409 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05409 is #0FABF6. Grayscale: #7A7A7A. Windows color (decimal): -1027063 or 611568. OLE color: 611568.

HSL color Cylindrical-coordinate representation of color #F05409: hue angle of 19.48º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F05409 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 84 9 -
CMYK 0 0.65 0.96 0.06
HSL 19.48º 0.93% 0.49% -
HSV(B) 19.48º 0.96% 0.94% -
XYZ 39.15 24.89 3 -
YUV 122.09 64.18 212.1 -
System Red Green Blue C M Y K H S L
Decimal 240 84 9 0 0.65 0.96 0.06 19.48 0.93 0.49
Hex F0 54 9 0 41 60 6 13 5D 31
Octal 360 124 11 0 101 140 6 23 135 61
Binary 11110000 1010100 1001 0 1000001 1100000 110 10011 1011101 110001

Color Harmonies of #F05409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05409

Black with #F05409

Text Example


Text Example

White with #F05409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05409; }

 p { color: rgb(240,84,9); }

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

background-color css

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

 a { background-color: rgb(240,84,9); }

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

border-color css

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

 span { border-color: rgb(240,84,9); }

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