Html Css Color HEX #FB3C1E Red Orange

📋 copy color: '#FB3C1E'

red 251 ◦ green 60 ◦ blue 30

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

Shades of Red Orange #FB3C1E

Tints of Red Orange #FB3C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.6%

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

R = 73.61%
G = 17.6%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB3C1E (or 0xFB3C1E) is known color: Red Orange. HEX triplet: FB, 3C and 1E. RGB value is (251,60,30). Sum of RGB (Red+Green+Blue) = 251+60+30=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C1E is #04C3E1. Grayscale: #717171. Windows color (decimal): -312290 or 1981691. OLE color: 1981691.

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

Color convert

RGB 251 60 30 -
CMYK 0 0.76 0.88 0.02
HSL 8.14º 0.97% 0.55% -
HSV(B) 8.14º 0.88% 0.98% -
XYZ 41.63 23.83 3.63 -
YUV 113.69 80.78 225.94 -
System Red Green Blue C M Y K H S L
Decimal 251 60 30 0 0.76 0.88 0.02 8.14 0.97 0.55
Hex FB 3C 1E 0 4C 58 2 8 61 37
Octal 373 74 36 0 114 130 2 10 141 67
Binary 11111011 111100 11110 0 1001100 1011000 10 1000 1100001 110111

Color Harmonies of #FB3C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C1E

Black with #FB3C1E

Text Example


Text Example

White with #FB3C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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