Html Css Color HEX #F0521A Persimmon

📋 copy color: '#F0521A'

red 240 ◦ green 82 ◦ blue 26

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

Shades of Persimmon #F0521A

Tints of Persimmon #F0521A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

 BLUE value IS 26 (10.55% from 255) = 7.47%

R = 68.97%
G = 23.56%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0521A (or 0xF0521A) is known color: Persimmon. HEX triplet: F0, 52 and 1A. RGB value is (240,82,26). Sum of RGB (Red+Green+Blue) = 240+82+26=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 26 (10.55% from 255 or 7.47% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F0521A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0521A is #0FADE5. Grayscale: #7B7B7B. Windows color (decimal): -1027558 or 1725168. OLE color: 1725168.

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

Color convert

RGB 240 82 26 -
CMYK 0 0.66 0.89 0.06
HSL 15.7º 0.88% 0.52% -
HSV(B) 15.7º 0.89% 0.94% -
XYZ 39.14 24.63 3.67 -
YUV 122.86 73.35 211.55 -
System Red Green Blue C M Y K H S L
Decimal 240 82 26 0 0.66 0.89 0.06 15.7 0.88 0.52
Hex F0 52 1A 0 42 59 6 10 58 34
Octal 360 122 32 0 102 131 6 20 130 64
Binary 11110000 1010010 11010 0 1000010 1011001 110 10000 1011000 110100

Color Harmonies of #F0521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0521A

Black with #F0521A

Text Example


Text Example

White with #F0521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0521A; }

 p { color: rgb(240,82,26); }

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

background-color css

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

 a { background-color: rgb(240,82,26); }

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

border-color css

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

 span { border-color: rgb(240,82,26); }

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