Html Css Color HEX #FA240D Scarlet

📋 copy color: '#FA240D'

red 250 ◦ green 36 ◦ blue 13

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

Shades of Scarlet #FA240D

Tints of Scarlet #FA240D

RGB

 RED value IS 250 (98.05% from 255) = 83.61%

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

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

R = 83.61%
G = 12.04%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA240D (or 0xFA240D) is known color: Scarlet. HEX triplet: FA, 24 and 0D. RGB value is (250,36,13). Sum of RGB (Red+Green+Blue) = 250+36+13=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 13 (5.47% from 255 or 4.35% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA240D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA240D is #05DBF2. Grayscale: #616161. Windows color (decimal): -383987 or 861434. OLE color: 861434.

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

Color convert

RGB 250 36 13 -
CMYK 0 0.86 0.95 0.02
HSL 5.82º 0.96% 0.52% -
HSV(B) 5.82º 0.95% 0.98% -
XYZ 40.13 21.61 2.44 -
YUV 97.36 80.4 236.87 -
System Red Green Blue C M Y K H S L
Decimal 250 36 13 0 0.86 0.95 0.02 5.82 0.96 0.52
Hex FA 24 D 0 56 5F 2 6 60 34
Octal 372 44 15 0 126 137 2 6 140 64
Binary 11111010 100100 1101 0 1010110 1011111 10 110 1100000 110100

Color Harmonies of #FA240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA240D

Black with #FA240D

Text Example


Text Example

White with #FA240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA240D; }

 p { color: rgb(250,36,13); }

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

background-color css

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

 a { background-color: rgb(250,36,13); }

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

border-color css

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

 span { border-color: rgb(250,36,13); }

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