Html Css Color HEX #F9261A Scarlet

📋 copy color: '#F9261A'

red 249 ◦ green 38 ◦ blue 26

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

Shades of Scarlet #F9261A

Tints of Scarlet #F9261A

RGB

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

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

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

R = 79.55%
G = 12.14%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F9261A (or 0xF9261A) is known color: Scarlet. HEX triplet: F9, 26 and 1A. RGB value is (249,38,26). Sum of RGB (Red+Green+Blue) = 249+38+26=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F9261A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9261A is #06D9E5. Grayscale: #636363. Windows color (decimal): -448998 or 1713913. OLE color: 1713913.

HSL color Cylindrical-coordinate representation of color #F9261A: hue angle of 3.23º 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 #F9261A is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 38 26 -
CMYK 0 0.85 0.90 0.02
HSL 3.23º 0.95% 0.54% -
HSV(B) 3.23º 0.9% 0.98% -
XYZ 39.95 21.6 3.04 -
YUV 99.72 86.4 234.48 -
System Red Green Blue C M Y K H S L
Decimal 249 38 26 0 0.85 0.90 0.02 3.23 0.95 0.54
Hex F9 26 1A 0 55 5A 2 3 5F 36
Octal 371 46 32 0 125 132 2 3 137 66
Binary 11111001 100110 11010 0 1010101 1011010 10 11 1011111 110110

Color Harmonies of #F9261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9261A

Black with #F9261A

Text Example


Text Example

White with #F9261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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