Html Css Color HEX #FB320A Scarlet

📋 copy color: '#FB320A'

red 251 ◦ green 50 ◦ blue 10

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

Shades of Scarlet #FB320A

Tints of Scarlet #FB320A

RGB

 RED value IS 251 (98.44% from 255) = 80.71%

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 80.71%
G = 16.08%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB320A (or 0xFB320A) is known color: Scarlet. HEX triplet: FB, 32 and 0A. RGB value is (251,50,10). Sum of RGB (Red+Green+Blue) = 251+50+10=311 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.71% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 251 - color contains mainly: red. Hex color #FB320A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB320A is #04CDF5. Grayscale: #696969. Windows color (decimal): -314870 or 668411. OLE color: 668411.

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

Color convert

RGB 251 50 10 -
CMYK 0 0.80 0.96 0.02
HSL 9.96º 0.97% 0.51% -
HSV(B) 9.96º 0.96% 0.98% -
XYZ 40.98 22.81 2.53 -
YUV 105.54 74.09 231.75 -
System Red Green Blue C M Y K H S L
Decimal 251 50 10 0 0.80 0.96 0.02 9.96 0.97 0.51
Hex FB 32 A 0 50 60 2 A 61 33
Octal 373 62 12 0 120 140 2 12 141 63
Binary 11111011 110010 1010 0 1010000 1100000 10 1010 1100001 110011

Color Harmonies of #FB320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB320A

Black with #FB320A

Text Example


Text Example

White with #FB320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB320A; }

 p { color: rgb(251,50,10); }

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

background-color css

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

 a { background-color: rgb(251,50,10); }

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

border-color css

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

 span { border-color: rgb(251,50,10); }

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