Html Css Color HEX #FB341D Red Orange

📋 copy color: '#FB341D'

red 251 ◦ green 52 ◦ blue 29

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

Shades of Red Orange #FB341D

Tints of Red Orange #FB341D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.73%

R = 75.6%
G = 15.66%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB341D (or 0xFB341D) is known color: Red Orange. HEX triplet: FB, 34 and 1D. RGB value is (251,52,29). Sum of RGB (Red+Green+Blue) = 251+52+29=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 29 (11.72% from 255 or 8.73% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB341D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB341D is #04CBE2. Grayscale: #6D6D6D. Windows color (decimal): -314339 or 1914107. OLE color: 1914107.

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

Color convert

RGB 251 52 29 -
CMYK 0 0.79 0.88 0.02
HSL 6.22º 0.97% 0.55% -
HSV(B) 6.22º 0.88% 0.98% -
XYZ 41.23 23.05 3.44 -
YUV 108.88 82.93 229.37 -
System Red Green Blue C M Y K H S L
Decimal 251 52 29 0 0.79 0.88 0.02 6.22 0.97 0.55
Hex FB 34 1D 0 4F 58 2 6 61 37
Octal 373 64 35 0 117 130 2 6 141 67
Binary 11111011 110100 11101 0 1001111 1011000 10 110 1100001 110111

Color Harmonies of #FB341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB341D

Black with #FB341D

Text Example


Text Example

White with #FB341D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB341D; }

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

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

background-color css

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

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

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

border-color css

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

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

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