Html Css Color HEX #FB3428 Red Orange

📋 copy color: '#FB3428'

red 251 ◦ green 52 ◦ blue 40

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

Shades of Red Orange #FB3428

Tints of Red Orange #FB3428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 73.18%
G = 15.16%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB3428 (or 0xFB3428) is known color: Red Orange. HEX triplet: FB, 34 and 28. RGB value is (251,52,40). Sum of RGB (Red+Green+Blue) = 251+52+40=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3428 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3428 is #04CBD7. Grayscale: #6E6E6E. Windows color (decimal): -314328 or 2635003. OLE color: 2635003.

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

Color convert

RGB 251 52 40 -
CMYK 0 0.79 0.84 0.02
HSL 3.41º 0.96% 0.57% -
HSV(B) 3.41º 0.84% 0.98% -
XYZ 41.39 23.12 4.29 -
YUV 110.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 251 52 40 0 0.79 0.84 0.02 3.41 0.96 0.57
Hex FB 34 28 0 4F 54 2 3 60 39
Octal 373 64 50 0 117 124 2 3 140 71
Binary 11111011 110100 101000 0 1001111 1010100 10 11 1100000 111001

Color Harmonies of #FB3428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3428

Black with #FB3428

Text Example


Text Example

White with #FB3428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3428; }

 p { color: rgb(251,52,40); }

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

background-color css

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

 a { background-color: rgb(251,52,40); }

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

border-color css

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

 span { border-color: rgb(251,52,40); }

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