Html Css Color HEX #F9250D Scarlet

📋 copy color: '#F9250D'

red 249 ◦ green 37 ◦ blue 13

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

Shades of Scarlet #F9250D

Tints of Scarlet #F9250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.35%

R = 83.28%
G = 12.37%
B = 4.35%

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

#F9250D (or 0xF9250D) is known color: Scarlet. HEX triplet: F9, 25 and 0D. RGB value is (249,37,13). Sum of RGB (Red+Green+Blue) = 249+37+13=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F9250D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9250D is #06DAF2. Grayscale: #616161. Windows color (decimal): -449267 or 861689. OLE color: 861689.

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

Color convert

RGB 249 37 13 -
CMYK 0 0.85 0.95 0.02
HSL 6.1º 0.95% 0.51% -
HSV(B) 6.1º 0.95% 0.98% -
XYZ 39.8 21.49 2.43 -
YUV 97.65 80.24 235.95 -
System Red Green Blue C M Y K H S L
Decimal 249 37 13 0 0.85 0.95 0.02 6.1 0.95 0.51
Hex F9 25 D 0 55 5F 2 6 5F 33
Octal 371 45 15 0 125 137 2 6 137 63
Binary 11111001 100101 1101 0 1010101 1011111 10 110 1011111 110011

Color Harmonies of #F9250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9250D

Black with #F9250D

Text Example


Text Example

White with #F9250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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