Html Css Color HEX #FB270C Scarlet

📋 copy color: '#FB270C'

red 251 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #FB270C

Tints of Scarlet #FB270C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.97%

R = 83.11%
G = 12.91%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB270C (or 0xFB270C) is known color: Scarlet. HEX triplet: FB, 27 and 0C. RGB value is (251,39,12). Sum of RGB (Red+Green+Blue) = 251+39+12=302 (40% of max value = 765). Red value is 251 (98.44% from 255 or 83.11% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 12 (5.08% from 255 or 3.97% from 302); Max value from RGB is 251 - color contains mainly: red. Hex color #FB270C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB270C is #04D8F3. Grayscale: #636363. Windows color (decimal): -317684 or 796667. OLE color: 796667.

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

Color convert

RGB 251 39 12 -
CMYK 0 0.84 0.95 0.02
HSL 6.78º 0.97% 0.52% -
HSV(B) 6.78º 0.95% 0.98% -
XYZ 40.58 21.99 2.45 -
YUV 99.31 78.74 236.2 -
System Red Green Blue C M Y K H S L
Decimal 251 39 12 0 0.84 0.95 0.02 6.78 0.97 0.52
Hex FB 27 C 0 54 5F 2 7 61 34
Octal 373 47 14 0 124 137 2 7 141 64
Binary 11111011 100111 1100 0 1010100 1011111 10 111 1100001 110100

Color Harmonies of #FB270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB270C

Black with #FB270C

Text Example


Text Example

White with #FB270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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