Html Css Color HEX #F0501B Persimmon

📋 copy color: '#F0501B'

red 240 ◦ green 80 ◦ blue 27

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

Shades of Persimmon #F0501B

Tints of Persimmon #F0501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.05%

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

R = 69.16%
G = 23.05%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0501B (or 0xF0501B) is known color: Persimmon. HEX triplet: F0, 50 and 1B. RGB value is (240,80,27). Sum of RGB (Red+Green+Blue) = 240+80+27=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 27 (10.94% from 255 or 7.78% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F0501B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0501B is #0FAFE4. Grayscale: #7A7A7A. Windows color (decimal): -1028069 or 1790192. OLE color: 1790192.

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

Color convert

RGB 240 80 27 -
CMYK 0 0.67 0.89 0.06
HSL 14.93º 0.88% 0.52% -
HSV(B) 14.93º 0.89% 0.94% -
XYZ 39 24.34 3.68 -
YUV 121.8 74.51 212.31 -
System Red Green Blue C M Y K H S L
Decimal 240 80 27 0 0.67 0.89 0.06 14.93 0.88 0.52
Hex F0 50 1B 0 43 59 6 F 58 34
Octal 360 120 33 0 103 131 6 17 130 64
Binary 11110000 1010000 11011 0 1000011 1011001 110 1111 1011000 110100

Color Harmonies of #F0501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0501B

Black with #F0501B

Text Example


Text Example

White with #F0501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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