Html Css Color HEX #FA330B Scarlet

📋 copy color: '#FA330B'

red 250 ◦ green 51 ◦ blue 11

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

Shades of Scarlet #FA330B

Tints of Scarlet #FA330B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

 BLUE value IS 11 (4.69% from 255) = 3.53%

R = 80.13%
G = 16.35%
B = 3.53%

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

#FA330B (or 0xFA330B) is known color: Scarlet. HEX triplet: FA, 33 and 0B. RGB value is (250,51,11). Sum of RGB (Red+Green+Blue) = 250+51+11=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA330B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA330B is #05CCF4. Grayscale: #6A6A6A. Windows color (decimal): -380149 or 734202. OLE color: 734202.

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

Color convert

RGB 250 51 11 -
CMYK 0 0.80 0.96 0.02
HSL 10.04º 0.96% 0.51% -
HSV(B) 10.04º 0.96% 0.98% -
XYZ 40.67 22.72 2.56 -
YUV 105.94 74.43 230.75 -
System Red Green Blue C M Y K H S L
Decimal 250 51 11 0 0.80 0.96 0.02 10.04 0.96 0.51
Hex FA 33 B 0 50 60 2 A 60 33
Octal 372 63 13 0 120 140 2 12 140 63
Binary 11111010 110011 1011 0 1010000 1100000 10 1010 1100000 110011

Color Harmonies of #FA330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA330B

Black with #FA330B

Text Example


Text Example

White with #FA330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA330B; }

 p { color: rgb(250,51,11); }

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

background-color css

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

 a { background-color: rgb(250,51,11); }

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

border-color css

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

 span { border-color: rgb(250,51,11); }

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