Html Css Color HEX #FB250B Scarlet

📋 copy color: '#FB250B'

red 251 ◦ green 37 ◦ blue 11

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

Shades of Scarlet #FB250B

Tints of Scarlet #FB250B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 83.95%
G = 12.37%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB250B (or 0xFB250B) is known color: Scarlet. HEX triplet: FB, 25 and 0B. RGB value is (251,37,11). Sum of RGB (Red+Green+Blue) = 251+37+11=299 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.95% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 251 - color contains mainly: red. Hex color #FB250B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB250B is #04DAF4. Grayscale: #626262. Windows color (decimal): -318197 or 730619. OLE color: 730619.

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

Color convert

RGB 251 37 11 -
CMYK 0 0.85 0.96 0.02
HSL 6.5º 0.97% 0.51% -
HSV(B) 6.5º 0.96% 0.98% -
XYZ 40.51 21.86 2.4 -
YUV 98.02 78.9 237.11 -
System Red Green Blue C M Y K H S L
Decimal 251 37 11 0 0.85 0.96 0.02 6.5 0.97 0.51
Hex FB 25 B 0 55 60 2 6 61 33
Octal 373 45 13 0 125 140 2 6 141 63
Binary 11111011 100101 1011 0 1010101 1100000 10 110 1100001 110011

Color Harmonies of #FB250B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB250B

Black with #FB250B

Text Example


Text Example

White with #FB250B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB250B; }

 p { color: rgb(251,37,11); }

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

background-color css

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

 a { background-color: rgb(251,37,11); }

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

border-color css

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

 span { border-color: rgb(251,37,11); }

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