Html Css Color HEX #FB320C Scarlet

📋 copy color: '#FB320C'

red 251 ◦ green 50 ◦ blue 12

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

Shades of Scarlet #FB320C

Tints of Scarlet #FB320C

RGB

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

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

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

R = 80.19%
G = 15.97%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB320C (or 0xFB320C) is known color: Scarlet. HEX triplet: FB, 32 and 0C. RGB value is (251,50,12). Sum of RGB (Red+Green+Blue) = 251+50+12=313 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.19% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 251 - color contains mainly: red. Hex color #FB320C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB320C is #04CDF3. Grayscale: #6A6A6A. Windows color (decimal): -314868 or 799483. OLE color: 799483.

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

Color convert

RGB 251 50 12 -
CMYK 0 0.80 0.95 0.02
HSL 9.54º 0.97% 0.52% -
HSV(B) 9.54º 0.95% 0.98% -
XYZ 40.99 22.82 2.59 -
YUV 105.77 75.09 231.59 -
System Red Green Blue C M Y K H S L
Decimal 251 50 12 0 0.80 0.95 0.02 9.54 0.97 0.52
Hex FB 32 C 0 50 5F 2 A 61 34
Octal 373 62 14 0 120 137 2 12 141 64
Binary 11111011 110010 1100 0 1010000 1011111 10 1010 1100001 110100

Color Harmonies of #FB320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB320C

Black with #FB320C

Text Example


Text Example

White with #FB320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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