Html Css Color HEX #F12A00 Scarlet

📋 copy color: '#F12A00'

red 241 ◦ green 42 ◦ blue 0

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

Shades of Scarlet #F12A00

Tints of Scarlet #F12A00

RGB

 RED value IS 241 (94.53% from 255) = 85.16%

 GREEN value IS 42 (16.8% from 255) = 14.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.16%
G = 14.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F12A00 (or 0xF12A00) is known color: Scarlet. HEX triplet: F1, 2A and 00. RGB value is (241,42,0). Sum of RGB (Red+Green+Blue) = 241+42+0=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F12A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12A00 is #0ED5FF. Grayscale: #616161. Windows color (decimal): -972288 or 10993. OLE color: 10993.

HSL color Cylindrical-coordinate representation of color #F12A00: hue angle of 10.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F12A00 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 42 0 -
CMYK 0 0.83 1 0.05
HSL 10.46º 1% 0.47% -
HSV(B) 10.46º 1% 0.95% -
XYZ 37.1 20.36 1.97 -
YUV 96.71 73.43 230.92 -
System Red Green Blue C M Y K H S L
Decimal 241 42 0 0 0.83 1 0.05 10.46 1 0.47
Hex F1 2A 0 0 53 64 5 A 64 2F
Octal 361 52 0 0 123 144 5 12 144 57
Binary 11110001 101010 0 0 1010011 1100100 101 1010 1100100 101111

Color Harmonies of #F12A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12A00

Black with #F12A00

Text Example


Text Example

White with #F12A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12A00; }

 p { color: rgb(241,42,0); }

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

background-color css

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

 a { background-color: rgb(241,42,0); }

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

border-color css

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

 span { border-color: rgb(241,42,0); }

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