Html Css Color HEX #F9240A Scarlet

📋 copy color: '#F9240A'

red 249 ◦ green 36 ◦ blue 10

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

Shades of Scarlet #F9240A

Tints of Scarlet #F9240A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 84.41%
G = 12.2%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F9240A (or 0xF9240A) is known color: Scarlet. HEX triplet: F9, 24 and 0A. RGB value is (249,36,10). Sum of RGB (Red+Green+Blue) = 249+36+10=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F9240A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9240A is #06DBF5. Grayscale: #616161. Windows color (decimal): -449526 or 664825. OLE color: 664825.

HSL color Cylindrical-coordinate representation of color #F9240A: hue angle of 6.53º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9240A is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 36 10 -
CMYK 0 0.86 0.96 0.02
HSL 6.53º 0.95% 0.51% -
HSV(B) 6.53º 0.96% 0.98% -
XYZ 39.75 21.42 2.33 -
YUV 96.72 79.07 236.61 -
System Red Green Blue C M Y K H S L
Decimal 249 36 10 0 0.86 0.96 0.02 6.53 0.95 0.51
Hex F9 24 A 0 56 60 2 7 5F 33
Octal 371 44 12 0 126 140 2 7 137 63
Binary 11111001 100100 1010 0 1010110 1100000 10 111 1011111 110011

Color Harmonies of #F9240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9240A

Black with #F9240A

Text Example


Text Example

White with #F9240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9240A; }

 p { color: rgb(249,36,10); }

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

background-color css

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

 a { background-color: rgb(249,36,10); }

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

border-color css

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

 span { border-color: rgb(249,36,10); }

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