Html Css Color HEX #F5270A Scarlet

📋 copy color: '#F5270A'

red 245 ◦ green 39 ◦ blue 10

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

Shades of Scarlet #F5270A

Tints of Scarlet #F5270A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.27%

 BLUE value IS 10 (4.3% from 255) = 3.4%

R = 83.33%
G = 13.27%
B = 3.4%

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

#F5270A (or 0xF5270A) is known color: Scarlet. HEX triplet: F5, 27 and 0A. RGB value is (245,39,10). Sum of RGB (Red+Green+Blue) = 245+39+10=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 39 (15.62% from 255 or 13.27% from 294); Blue value is 10 (4.30% from 255 or 3.40% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F5270A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5270A is #0AD8F5. Grayscale: #616161. Windows color (decimal): -710902 or 665589. OLE color: 665589.

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

Color convert

RGB 245 39 10 -
CMYK 0 0.84 0.96 0.04
HSL 7.4º 0.92% 0.5% -
HSV(B) 7.4º 0.96% 0.96% -
XYZ 38.44 20.89 2.29 -
YUV 97.29 78.75 233.36 -
System Red Green Blue C M Y K H S L
Decimal 245 39 10 0 0.84 0.96 0.04 7.4 0.92 0.5
Hex F5 27 A 0 54 60 4 7 5C 32
Octal 365 47 12 0 124 140 4 7 134 62
Binary 11110101 100111 1010 0 1010100 1100000 100 111 1011100 110010

Color Harmonies of #F5270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5270A

Black with #F5270A

Text Example


Text Example

White with #F5270A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5270A; }

 p { color: rgb(245,39,10); }

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

background-color css

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

 a { background-color: rgb(245,39,10); }

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

border-color css

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

 span { border-color: rgb(245,39,10); }

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