Html Css Color HEX #FA280C Scarlet

📋 copy color: '#FA280C'

red 250 ◦ green 40 ◦ blue 12

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

Shades of Scarlet #FA280C

Tints of Scarlet #FA280C

RGB

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

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

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

R = 82.78%
G = 13.25%
B = 3.97%

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

#FA280C (or 0xFA280C) is known color: Scarlet. HEX triplet: FA, 28 and 0C. RGB value is (250,40,12). Sum of RGB (Red+Green+Blue) = 250+40+12=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA280C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA280C is #05D7F3. Grayscale: #636363. Windows color (decimal): -382964 or 796922. OLE color: 796922.

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

Color convert

RGB 250 40 12 -
CMYK 0 0.84 0.95 0.02
HSL 7.06º 0.96% 0.51% -
HSV(B) 7.06º 0.95% 0.98% -
XYZ 40.25 21.87 2.45 -
YUV 99.6 78.57 235.28 -
System Red Green Blue C M Y K H S L
Decimal 250 40 12 0 0.84 0.95 0.02 7.06 0.96 0.51
Hex FA 28 C 0 54 5F 2 7 60 33
Octal 372 50 14 0 124 137 2 7 140 63
Binary 11111010 101000 1100 0 1010100 1011111 10 111 1100000 110011

Color Harmonies of #FA280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA280C

Black with #FA280C

Text Example


Text Example

White with #FA280C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA280C; }

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

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

background-color css

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

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

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

border-color css

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

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

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