Html Css Color HEX #FB3A1D Red Orange

📋 copy color: '#FB3A1D'

red 251 ◦ green 58 ◦ blue 29

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

Shades of Red Orange #FB3A1D

Tints of Red Orange #FB3A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

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

R = 74.26%
G = 17.16%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB3A1D (or 0xFB3A1D) is known color: Red Orange. HEX triplet: FB, 3A and 1D. RGB value is (251,58,29). Sum of RGB (Red+Green+Blue) = 251+58+29=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 29 (11.72% from 255 or 8.58% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A1D is #04C5E2. Grayscale: #707070. Windows color (decimal): -312803 or 1915643. OLE color: 1915643.

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

Color convert

RGB 251 58 29 -
CMYK 0 0.77 0.88 0.02
HSL 7.84º 0.97% 0.55% -
HSV(B) 7.84º 0.88% 0.98% -
XYZ 41.52 23.62 3.53 -
YUV 112.4 80.94 226.86 -
System Red Green Blue C M Y K H S L
Decimal 251 58 29 0 0.77 0.88 0.02 7.84 0.97 0.55
Hex FB 3A 1D 0 4D 58 2 8 61 37
Octal 373 72 35 0 115 130 2 10 141 67
Binary 11111011 111010 11101 0 1001101 1011000 10 1000 1100001 110111

Color Harmonies of #FB3A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A1D

Black with #FB3A1D

Text Example


Text Example

White with #FB3A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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