Html Css Color HEX #F0531A Persimmon

📋 copy color: '#F0531A'

red 240 ◦ green 83 ◦ blue 26

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

Shades of Persimmon #F0531A

Tints of Persimmon #F0531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

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

R = 68.77%
G = 23.78%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0531A (or 0xF0531A) is known color: Persimmon. HEX triplet: F0, 53 and 1A. RGB value is (240,83,26). Sum of RGB (Red+Green+Blue) = 240+83+26=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0531A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0531A is #0FACE5. Grayscale: #7B7B7B. Windows color (decimal): -1027302 or 1725424. OLE color: 1725424.

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

Color convert

RGB 240 83 26 -
CMYK 0 0.65 0.89 0.06
HSL 15.98º 0.88% 0.52% -
HSV(B) 15.98º 0.89% 0.94% -
XYZ 39.21 24.79 3.69 -
YUV 123.45 73.01 211.13 -
System Red Green Blue C M Y K H S L
Decimal 240 83 26 0 0.65 0.89 0.06 15.98 0.88 0.52
Hex F0 53 1A 0 41 59 6 10 58 34
Octal 360 123 32 0 101 131 6 20 130 64
Binary 11110000 1010011 11010 0 1000001 1011001 110 10000 1011000 110100

Color Harmonies of #F0531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0531A

Black with #F0531A

Text Example


Text Example

White with #F0531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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