Html Css Color HEX #F9281A Scarlet

📋 copy color: '#F9281A'

red 249 ◦ green 40 ◦ blue 26

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

Shades of Scarlet #F9281A

Tints of Scarlet #F9281A

RGB

 RED value IS 249 (97.66% from 255) = 79.05%

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

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

R = 79.05%
G = 12.7%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9281A (or 0xF9281A) is known color: Scarlet. HEX triplet: F9, 28 and 1A. RGB value is (249,40,26). Sum of RGB (Red+Green+Blue) = 249+40+26=315 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.05% from 315); Green value is 40 (16.02% from 255 or 12.70% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 249 - color contains mainly: red. Hex color #F9281A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9281A is #06D7E5. Grayscale: #656565. Windows color (decimal): -448486 or 1714425. OLE color: 1714425.

HSL color Cylindrical-coordinate representation of color #F9281A: hue angle of 3.77º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9281A is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 40 26 -
CMYK 0 0.84 0.90 0.02
HSL 3.77º 0.95% 0.54% -
HSV(B) 3.77º 0.9% 0.98% -
XYZ 40.01 21.73 3.06 -
YUV 100.9 85.74 233.64 -
System Red Green Blue C M Y K H S L
Decimal 249 40 26 0 0.84 0.90 0.02 3.77 0.95 0.54
Hex F9 28 1A 0 54 5A 2 4 5F 36
Octal 371 50 32 0 124 132 2 4 137 66
Binary 11111001 101000 11010 0 1010100 1011010 10 100 1011111 110110

Color Harmonies of #F9281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9281A

Black with #F9281A

Text Example


Text Example

White with #F9281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9281A; }

 p { color: rgb(249,40,26); }

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

background-color css

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

 a { background-color: rgb(249,40,26); }

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

border-color css

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

 span { border-color: rgb(249,40,26); }

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