Html Css Color HEX #F9250C Scarlet

📋 copy color: '#F9250C'

red 249 ◦ green 37 ◦ blue 12

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

Shades of Scarlet #F9250C

Tints of Scarlet #F9250C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

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

R = 83.56%
G = 12.42%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F9250C (or 0xF9250C) is known color: Scarlet. HEX triplet: F9, 25 and 0C. RGB value is (249,37,12). Sum of RGB (Red+Green+Blue) = 249+37+12=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F9250C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9250C is #06DAF3. Grayscale: #616161. Windows color (decimal): -449268 or 796153. OLE color: 796153.

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

Color convert

RGB 249 37 12 -
CMYK 0 0.85 0.95 0.02
HSL 6.33º 0.95% 0.51% -
HSV(B) 6.33º 0.95% 0.98% -
XYZ 39.79 21.49 2.4 -
YUV 97.54 79.74 236.03 -
System Red Green Blue C M Y K H S L
Decimal 249 37 12 0 0.85 0.95 0.02 6.33 0.95 0.51
Hex F9 25 C 0 55 5F 2 6 5F 33
Octal 371 45 14 0 125 137 2 6 137 63
Binary 11111001 100101 1100 0 1010101 1011111 10 110 1011111 110011

Color Harmonies of #F9250C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9250C

Black with #F9250C

Text Example


Text Example

White with #F9250C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9250C; }

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

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

background-color css

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

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

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

border-color css

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

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

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