Html Css Color HEX #F5260B Scarlet

📋 copy color: '#F5260B'

red 245 ◦ green 38 ◦ blue 11

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

Shades of Scarlet #F5260B

Tints of Scarlet #F5260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.93%

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

R = 83.33%
G = 12.93%
B = 3.74%

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

#F5260B (or 0xF5260B) is known color: Scarlet. HEX triplet: F5, 26 and 0B. RGB value is (245,38,11). Sum of RGB (Red+Green+Blue) = 245+38+11=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F5260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5260B is #0AD9F4. Grayscale: #616161. Windows color (decimal): -711157 or 730869. OLE color: 730869.

HSL color Cylindrical-coordinate representation of color #F5260B: hue angle of 6.92º 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 #F5260B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 38 11 -
CMYK 0 0.84 0.96 0.04
HSL 6.92º 0.92% 0.5% -
HSV(B) 6.92º 0.96% 0.96% -
XYZ 38.41 20.82 2.31 -
YUV 96.82 79.58 233.7 -
System Red Green Blue C M Y K H S L
Decimal 245 38 11 0 0.84 0.96 0.04 6.92 0.92 0.5
Hex F5 26 B 0 54 60 4 7 5C 32
Octal 365 46 13 0 124 140 4 7 134 62
Binary 11110101 100110 1011 0 1010100 1100000 100 111 1011100 110010

Color Harmonies of #F5260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5260B

Black with #F5260B

Text Example


Text Example

White with #F5260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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