Html Css Color HEX #F5280B Scarlet

📋 copy color: '#F5280B'

red 245 ◦ green 40 ◦ blue 11

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

Shades of Scarlet #F5280B

Tints of Scarlet #F5280B

RGB

 RED value IS 245 (96.09% from 255) = 82.77%

 GREEN value IS 40 (16.02% from 255) = 13.51%

 BLUE value IS 11 (4.69% from 255) = 3.72%

R = 82.77%
G = 13.51%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F5280B (or 0xF5280B) is known color: Scarlet. HEX triplet: F5, 28 and 0B. RGB value is (245,40,11). Sum of RGB (Red+Green+Blue) = 245+40+11=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 11 (4.69% from 255 or 3.72% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F5280B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5280B is #0AD7F4. Grayscale: #626262. Windows color (decimal): -710645 or 731381. OLE color: 731381.

HSL color Cylindrical-coordinate representation of color #F5280B: hue angle of 7.44º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5280B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 40 11 -
CMYK 0 0.84 0.96 0.04
HSL 7.44º 0.92% 0.5% -
HSV(B) 7.44º 0.96% 0.96% -
XYZ 38.48 20.95 2.33 -
YUV 97.99 78.92 232.86 -
System Red Green Blue C M Y K H S L
Decimal 245 40 11 0 0.84 0.96 0.04 7.44 0.92 0.5
Hex F5 28 B 0 54 60 4 7 5C 32
Octal 365 50 13 0 124 140 4 7 134 62
Binary 11110101 101000 1011 0 1010100 1100000 100 111 1011100 110010

Color Harmonies of #F5280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5280B

Black with #F5280B

Text Example


Text Example

White with #F5280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5280B; }

 p { color: rgb(245,40,11); }

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

background-color css

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

 a { background-color: rgb(245,40,11); }

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

border-color css

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

 span { border-color: rgb(245,40,11); }

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