Html Css Color HEX #F05A1D Persimmon

📋 copy color: '#F05A1D'

red 240 ◦ green 90 ◦ blue 29

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

Shades of Persimmon #F05A1D

Tints of Persimmon #F05A1D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.07%

 BLUE value IS 29 (11.72% from 255) = 8.08%

R = 66.85%
G = 25.07%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F05A1D (or 0xF05A1D) is known color: Persimmon. HEX triplet: F0, 5A and 1D. RGB value is (240,90,29). Sum of RGB (Red+Green+Blue) = 240+90+29=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 29 (11.72% from 255 or 8.08% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A1D is #0FA5E2. Grayscale: #808080. Windows color (decimal): -1025507 or 1923824. OLE color: 1923824.

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

Color convert

RGB 240 90 29 -
CMYK 0 0.62 0.88 0.06
HSL 17.35º 0.88% 0.53% -
HSV(B) 17.35º 0.88% 0.94% -
XYZ 39.81 25.93 4.07 -
YUV 127.9 72.2 207.96 -
System Red Green Blue C M Y K H S L
Decimal 240 90 29 0 0.62 0.88 0.06 17.35 0.88 0.53
Hex F0 5A 1D 0 3E 58 6 11 58 35
Octal 360 132 35 0 76 130 6 21 130 65
Binary 11110000 1011010 11101 0 111110 1011000 110 10001 1011000 110101

Color Harmonies of #F05A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05A1D

Black with #F05A1D

Text Example


Text Example

White with #F05A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05A1D; }

 p { color: rgb(240,90,29); }

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

background-color css

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

 a { background-color: rgb(240,90,29); }

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

border-color css

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

 span { border-color: rgb(240,90,29); }

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