Html Css Color HEX #FB340C Scarlet

📋 copy color: '#FB340C'

red 251 ◦ green 52 ◦ blue 12

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

Shades of Scarlet #FB340C

Tints of Scarlet #FB340C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.51%

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

R = 79.68%
G = 16.51%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FB340C (or 0xFB340C) is known color: Scarlet. HEX triplet: FB, 34 and 0C. RGB value is (251,52,12). Sum of RGB (Red+Green+Blue) = 251+52+12=315 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.68% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 251 - color contains mainly: red. Hex color #FB340C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB340C is #04CBF3. Grayscale: #6B6B6B. Windows color (decimal): -314356 or 799995. OLE color: 799995.

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

Color convert

RGB 251 52 12 -
CMYK 0 0.79 0.95 0.02
HSL 10.04º 0.97% 0.52% -
HSV(B) 10.04º 0.95% 0.98% -
XYZ 41.08 22.99 2.62 -
YUV 106.94 74.43 230.75 -
System Red Green Blue C M Y K H S L
Decimal 251 52 12 0 0.79 0.95 0.02 10.04 0.97 0.52
Hex FB 34 C 0 4F 5F 2 A 61 34
Octal 373 64 14 0 117 137 2 12 141 64
Binary 11111011 110100 1100 0 1001111 1011111 10 1010 1100001 110100

Color Harmonies of #FB340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB340C

Black with #FB340C

Text Example


Text Example

White with #FB340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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