Html Css Color HEX #F0541B Persimmon

📋 copy color: '#F0541B'

red 240 ◦ green 84 ◦ blue 27

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

Shades of Persimmon #F0541B

Tints of Persimmon #F0541B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.69%

R = 68.38%
G = 23.93%
B = 7.69%

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

#F0541B (or 0xF0541B) is known color: Persimmon. HEX triplet: F0, 54 and 1B. RGB value is (240,84,27). Sum of RGB (Red+Green+Blue) = 240+84+27=351 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.38% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 240 - color contains mainly: red. Hex color #F0541B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0541B is #0FABE4. Grayscale: #7C7C7C. Windows color (decimal): -1027045 or 1791216. OLE color: 1791216.

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

Color convert

RGB 240 84 27 -
CMYK 0 0.65 0.89 0.06
HSL 16.06º 0.88% 0.52% -
HSV(B) 16.06º 0.89% 0.94% -
XYZ 39.3 24.95 3.78 -
YUV 124.15 73.18 210.63 -
System Red Green Blue C M Y K H S L
Decimal 240 84 27 0 0.65 0.89 0.06 16.06 0.88 0.52
Hex F0 54 1B 0 41 59 6 10 58 34
Octal 360 124 33 0 101 131 6 20 130 64
Binary 11110000 1010100 11011 0 1000001 1011001 110 10000 1011000 110100

Color Harmonies of #F0541B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0541B

Black with #F0541B

Text Example


Text Example

White with #F0541B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0541B; }

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

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

background-color css

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

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

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

border-color css

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

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

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