Html Css Color HEX #FB3026 Red Orange

📋 copy color: '#FB3026'

red 251 ◦ green 48 ◦ blue 38

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

Shades of Red Orange #FB3026

Tints of Red Orange #FB3026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.24%

 BLUE value IS 38 (15.23% from 255) = 11.28%

R = 74.48%
G = 14.24%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB3026 (or 0xFB3026) is known color: Red Orange. HEX triplet: FB, 30 and 26. RGB value is (251,48,38). Sum of RGB (Red+Green+Blue) = 251+48+38=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 48 (19.14% from 255 or 14.24% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3026 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3026 is #04CFD9. Grayscale: #6B6B6B. Windows color (decimal): -315354 or 2502907. OLE color: 2502907.

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

Color convert

RGB 251 48 38 -
CMYK 0 0.81 0.85 0.02
HSL 2.82º 0.96% 0.57% -
HSV(B) 2.82º 0.85% 0.98% -
XYZ 41.19 22.76 4.06 -
YUV 107.56 88.75 230.31 -
System Red Green Blue C M Y K H S L
Decimal 251 48 38 0 0.81 0.85 0.02 2.82 0.96 0.57
Hex FB 30 26 0 51 55 2 3 60 39
Octal 373 60 46 0 121 125 2 3 140 71
Binary 11111011 110000 100110 0 1010001 1010101 10 11 1100000 111001

Color Harmonies of #FB3026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3026

Black with #FB3026

Text Example


Text Example

White with #FB3026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3026; }

 p { color: rgb(251,48,38); }

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

background-color css

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

 a { background-color: rgb(251,48,38); }

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

border-color css

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

 span { border-color: rgb(251,48,38); }

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