Html Css Color HEX #FB290E Scarlet

📋 copy color: '#FB290E'

red 251 ◦ green 41 ◦ blue 14

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

Shades of Scarlet #FB290E

Tints of Scarlet #FB290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.58%

R = 82.03%
G = 13.4%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB290E (or 0xFB290E) is known color: Scarlet. HEX triplet: FB, 29 and 0E. RGB value is (251,41,14). Sum of RGB (Red+Green+Blue) = 251+41+14=306 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.03% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 14 (5.86% from 255 or 4.58% from 306); Max value from RGB is 251 - color contains mainly: red. Hex color #FB290E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB290E is #04D6F1. Grayscale: #656565. Windows color (decimal): -317170 or 928251. OLE color: 928251.

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

Color convert

RGB 251 41 14 -
CMYK 0 0.84 0.94 0.02
HSL 6.84º 0.97% 0.52% -
HSV(B) 6.84º 0.94% 0.98% -
XYZ 40.66 22.13 2.54 -
YUV 100.71 79.07 235.2 -
System Red Green Blue C M Y K H S L
Decimal 251 41 14 0 0.84 0.94 0.02 6.84 0.97 0.52
Hex FB 29 E 0 54 5E 2 7 61 34
Octal 373 51 16 0 124 136 2 7 141 64
Binary 11111011 101001 1110 0 1010100 1011110 10 111 1100001 110100

Color Harmonies of #FB290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB290E

Black with #FB290E

Text Example


Text Example

White with #FB290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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