Html Css Color HEX #FB290C Scarlet

📋 copy color: '#FB290C'

red 251 ◦ green 41 ◦ blue 12

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

Shades of Scarlet #FB290C

Tints of Scarlet #FB290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

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

R = 82.57%
G = 13.49%
B = 3.95%

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

#FB290C (or 0xFB290C) is known color: Scarlet. HEX triplet: FB, 29 and 0C. RGB value is (251,41,12). Sum of RGB (Red+Green+Blue) = 251+41+12=304 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.57% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 251 - color contains mainly: red. Hex color #FB290C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB290C is #04D6F3. Grayscale: #646464. Windows color (decimal): -317172 or 797179. OLE color: 797179.

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

Color convert

RGB 251 41 12 -
CMYK 0 0.84 0.95 0.02
HSL 7.28º 0.97% 0.52% -
HSV(B) 7.28º 0.95% 0.98% -
XYZ 40.64 22.12 2.48 -
YUV 100.48 78.07 235.36 -
System Red Green Blue C M Y K H S L
Decimal 251 41 12 0 0.84 0.95 0.02 7.28 0.97 0.52
Hex FB 29 C 0 54 5F 2 7 61 34
Octal 373 51 14 0 124 137 2 7 141 64
Binary 11111011 101001 1100 0 1010100 1011111 10 111 1100001 110100

Color Harmonies of #FB290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB290C

Black with #FB290C

Text Example


Text Example

White with #FB290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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