Html Css Color HEX #F5231A Scarlet

📋 copy color: '#F5231A'

red 245 ◦ green 35 ◦ blue 26

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

Shades of Scarlet #F5231A

Tints of Scarlet #F5231A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 26 (10.55% from 255) = 8.5%

R = 80.07%
G = 11.44%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5231A (or 0xF5231A) is known color: Scarlet. HEX triplet: F5, 23 and 1A. RGB value is (245,35,26). Sum of RGB (Red+Green+Blue) = 245+35+26=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F5231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F5231A is #0ADCE5. Grayscale: #616161. Windows color (decimal): -711910 or 1713141. OLE color: 1713141.

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

Color convert

RGB 245 35 26 -
CMYK 0 0.86 0.89 0.04
HSL 2.47º 0.92% 0.53% -
HSV(B) 2.47º 0.89% 0.96% -
XYZ 38.44 20.69 2.94 -
YUV 96.76 88.07 233.73 -
System Red Green Blue C M Y K H S L
Decimal 245 35 26 0 0.86 0.89 0.04 2.47 0.92 0.53
Hex F5 23 1A 0 56 59 4 2 5C 35
Octal 365 43 32 0 126 131 4 2 134 65
Binary 11110101 100011 11010 0 1010110 1011001 100 10 1011100 110101

Color Harmonies of #F5231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5231A

Black with #F5231A

Text Example


Text Example

White with #F5231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5231A; }

 p { color: rgb(245,35,26); }

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

background-color css

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

 a { background-color: rgb(245,35,26); }

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

border-color css

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

 span { border-color: rgb(245,35,26); }

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