Html Css Color HEX #FB3C2E Red Orange

📋 copy color: '#FB3C2E'

red 251 ◦ green 60 ◦ blue 46

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

Shades of Red Orange #FB3C2E

Tints of Red Orange #FB3C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 70.31%
G = 16.81%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB3C2E (or 0xFB3C2E) is known color: Red Orange. HEX triplet: FB, 3C and 2E. RGB value is (251,60,46). Sum of RGB (Red+Green+Blue) = 251+60+46=357 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.31% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C2E is #04C3D1. Grayscale: #737373. Windows color (decimal): -312274 or 3030267. OLE color: 3030267.

HSL color Cylindrical-coordinate representation of color #FB3C2E: hue angle of 4.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB3C2E is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 60 46 -
CMYK 0 0.76 0.82 0.02
HSL 4.1º 0.96% 0.58% -
HSV(B) 4.1º 0.82% 0.98% -
XYZ 41.89 23.94 5 -
YUV 115.51 88.78 224.64 -
System Red Green Blue C M Y K H S L
Decimal 251 60 46 0 0.76 0.82 0.02 4.1 0.96 0.58
Hex FB 3C 2E 0 4C 52 2 4 60 3A
Octal 373 74 56 0 114 122 2 4 140 72
Binary 11111011 111100 101110 0 1001100 1010010 10 100 1100000 111010

Color Harmonies of #FB3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C2E

Black with #FB3C2E

Text Example


Text Example

White with #FB3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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