Html Css Color HEX #FB3A1E Red Orange

📋 copy color: '#FB3A1E'

red 251 ◦ green 58 ◦ blue 30

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

Shades of Red Orange #FB3A1E

Tints of Red Orange #FB3A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.85%

R = 74.04%
G = 17.11%
B = 8.85%

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

#FB3A1E (or 0xFB3A1E) is known color: Red Orange. HEX triplet: FB, 3A and 1E. RGB value is (251,58,30). Sum of RGB (Red+Green+Blue) = 251+58+30=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3A1E is #04C5E1. Grayscale: #707070. Windows color (decimal): -312802 or 1981179. OLE color: 1981179.

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

Color convert

RGB 251 58 30 -
CMYK 0 0.77 0.88 0.02
HSL 7.6º 0.97% 0.55% -
HSV(B) 7.6º 0.88% 0.98% -
XYZ 41.53 23.63 3.6 -
YUV 112.52 81.44 226.78 -
System Red Green Blue C M Y K H S L
Decimal 251 58 30 0 0.77 0.88 0.02 7.6 0.97 0.55
Hex FB 3A 1E 0 4D 58 2 8 61 37
Octal 373 72 36 0 115 130 2 10 141 67
Binary 11111011 111010 11110 0 1001101 1011000 10 1000 1100001 110111

Color Harmonies of #FB3A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3A1E

Black with #FB3A1E

Text Example


Text Example

White with #FB3A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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