Html Css Color HEX #FB3420 Red Orange

📋 copy color: '#FB3420'

red 251 ◦ green 52 ◦ blue 32

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

Shades of Red Orange #FB3420

Tints of Red Orange #FB3420

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 74.93%
G = 15.52%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB3420 (or 0xFB3420) is known color: Red Orange. HEX triplet: FB, 34 and 20. RGB value is (251,52,32). Sum of RGB (Red+Green+Blue) = 251+52+32=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3420 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3420 is #04CBDF. Grayscale: #6D6D6D. Windows color (decimal): -314336 or 2110715. OLE color: 2110715.

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

Color convert

RGB 251 52 32 -
CMYK 0 0.79 0.87 0.02
HSL 5.48º 0.96% 0.55% -
HSV(B) 5.48º 0.87% 0.98% -
XYZ 41.27 23.07 3.64 -
YUV 109.22 84.43 229.13 -
System Red Green Blue C M Y K H S L
Decimal 251 52 32 0 0.79 0.87 0.02 5.48 0.96 0.55
Hex FB 34 20 0 4F 57 2 5 60 37
Octal 373 64 40 0 117 127 2 5 140 67
Binary 11111011 110100 100000 0 1001111 1010111 10 101 1100000 110111

Color Harmonies of #FB3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB3420

Black with #FB3420

Text Example


Text Example

White with #FB3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB3420; }

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

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

background-color css

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

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

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

border-color css

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

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

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