Html Css Color HEX #FB270F Scarlet

📋 copy color: '#FB270F'

red 251 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #FB270F

Tints of Scarlet #FB270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.92%

R = 82.3%
G = 12.79%
B = 4.92%

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

#FB270F (or 0xFB270F) is known color: Scarlet. HEX triplet: FB, 27 and 0F. RGB value is (251,39,15). Sum of RGB (Red+Green+Blue) = 251+39+15=305 (40% of max value = 765). Red value is 251 (98.44% from 255 or 82.30% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 251 - color contains mainly: red. Hex color #FB270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB270F is #04D8F0. Grayscale: #636363. Windows color (decimal): -317681 or 993275. OLE color: 993275.

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

Color convert

RGB 251 39 15 -
CMYK 0 0.84 0.94 0.02
HSL 6.1º 0.97% 0.52% -
HSV(B) 6.1º 0.94% 0.98% -
XYZ 40.6 21.99 2.56 -
YUV 99.65 80.24 235.95 -
System Red Green Blue C M Y K H S L
Decimal 251 39 15 0 0.84 0.94 0.02 6.1 0.97 0.52
Hex FB 27 F 0 54 5E 2 6 61 34
Octal 373 47 17 0 124 136 2 6 141 64
Binary 11111011 100111 1111 0 1010100 1011110 10 110 1100001 110100

Color Harmonies of #FB270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB270F

Black with #FB270F

Text Example


Text Example

White with #FB270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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