Html Css Color HEX #FB3C22 Red Orange

📋 copy color: '#FB3C22'

red 251 ◦ green 60 ◦ blue 34

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

Shades of Red Orange #FB3C22

Tints of Red Orange #FB3C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.86%

R = 72.75%
G = 17.39%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB3C22 (or 0xFB3C22) is known color: Red Orange. HEX triplet: FB, 3C and 22. RGB value is (251,60,34). Sum of RGB (Red+Green+Blue) = 251+60+34=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3C22 is #04C3DD. Grayscale: #727272. Windows color (decimal): -312286 or 2243835. OLE color: 2243835.

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

Color convert

RGB 251 60 34 -
CMYK 0 0.76 0.86 0.02
HSL 7.19º 0.96% 0.56% -
HSV(B) 7.19º 0.86% 0.98% -
XYZ 41.69 23.86 3.92 -
YUV 114.15 82.78 225.61 -
System Red Green Blue C M Y K H S L
Decimal 251 60 34 0 0.76 0.86 0.02 7.19 0.96 0.56
Hex FB 3C 22 0 4C 56 2 7 60 38
Octal 373 74 42 0 114 126 2 7 140 70
Binary 11111011 111100 100010 0 1001100 1010110 10 111 1100000 111000

Color Harmonies of #FB3C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3C22

Black with #FB3C22

Text Example


Text Example

White with #FB3C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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