Html Css Color HEX #F9280C Scarlet

📋 copy color: '#F9280C'

red 249 ◦ green 40 ◦ blue 12

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

Shades of Scarlet #F9280C

Tints of Scarlet #F9280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.99%

R = 82.72%
G = 13.29%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9280C (or 0xF9280C) is known color: Scarlet. HEX triplet: F9, 28 and 0C. RGB value is (249,40,12). Sum of RGB (Red+Green+Blue) = 249+40+12=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F9280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9280C is #06D7F3. Grayscale: #636363. Windows color (decimal): -448500 or 796921. OLE color: 796921.

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

Color convert

RGB 249 40 12 -
CMYK 0 0.84 0.95 0.02
HSL 7.09º 0.95% 0.51% -
HSV(B) 7.09º 0.95% 0.98% -
XYZ 39.89 21.68 2.43 -
YUV 99.3 78.74 234.78 -
System Red Green Blue C M Y K H S L
Decimal 249 40 12 0 0.84 0.95 0.02 7.09 0.95 0.51
Hex F9 28 C 0 54 5F 2 7 5F 33
Octal 371 50 14 0 124 137 2 7 137 63
Binary 11111001 101000 1100 0 1010100 1011111 10 111 1011111 110011

Color Harmonies of #F9280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9280C

Black with #F9280C

Text Example


Text Example

White with #F9280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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