Html Css Color HEX #FB270B Scarlet

📋 copy color: '#FB270B'

red 251 ◦ green 39 ◦ blue 11

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

Shades of Scarlet #FB270B

Tints of Scarlet #FB270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 83.39%
G = 12.96%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB270B (or 0xFB270B) is known color: Scarlet. HEX triplet: FB, 27 and 0B. RGB value is (251,39,11). Sum of RGB (Red+Green+Blue) = 251+39+11=301 (39% of max value = 765). Red value is 251 (98.44% from 255 or 83.39% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 251 - color contains mainly: red. Hex color #FB270B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB270B is #04D8F4. Grayscale: #636363. Windows color (decimal): -317685 or 731131. OLE color: 731131.

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

Color convert

RGB 251 39 11 -
CMYK 0 0.84 0.96 0.02
HSL 0.97% 0.51% -
HSV(B) 0.96% 0.98% -
XYZ 40.57 21.98 2.42 -
YUV 99.2 78.24 236.28 -
System Red Green Blue C M Y K H S L
Decimal 251 39 11 0 0.84 0.96 0.02 7 0.97 0.51
Hex FB 27 B 0 54 60 2 7 61 33
Octal 373 47 13 0 124 140 2 7 141 63
Binary 11111011 100111 1011 0 1010100 1100000 10 111 1100001 110011

Color Harmonies of #FB270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB270B

Black with #FB270B

Text Example


Text Example

White with #FB270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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