Html Css Color HEX #FB280E Scarlet

📋 copy color: '#FB280E'

red 251 ◦ green 40 ◦ blue 14

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

Shades of Scarlet #FB280E

Tints of Scarlet #FB280E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

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

R = 82.3%
G = 13.11%
B = 4.59%

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

#FB280E (or 0xFB280E) is known color: Scarlet. HEX triplet: FB, 28 and 0E. RGB value is (251,40,14). Sum of RGB (Red+Green+Blue) = 251+40+14=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 14 (5.86% from 255 or 4.59% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB280E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB280E is #04D7F1. Grayscale: #646464. Windows color (decimal): -317426 or 927995. OLE color: 927995.

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

Color convert

RGB 251 40 14 -
CMYK 0 0.84 0.94 0.02
HSL 6.58º 0.97% 0.52% -
HSV(B) 6.58º 0.94% 0.98% -
XYZ 40.62 22.06 2.53 -
YUV 100.13 79.4 235.61 -
System Red Green Blue C M Y K H S L
Decimal 251 40 14 0 0.84 0.94 0.02 6.58 0.97 0.52
Hex FB 28 E 0 54 5E 2 7 61 34
Octal 373 50 16 0 124 136 2 7 141 64
Binary 11111011 101000 1110 0 1010100 1011110 10 111 1100001 110100

Color Harmonies of #FB280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB280E

Black with #FB280E

Text Example


Text Example

White with #FB280E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB280E; }

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

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

background-color css

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

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

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

border-color css

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

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

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