Html Css Color HEX #FB4B20 Red Orange

📋 copy color: '#FB4B20'

red 251 ◦ green 75 ◦ blue 32

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

Shades of Red Orange #FB4B20

Tints of Red Orange #FB4B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.95%

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

R = 70.11%
G = 20.95%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB4B20 (or 0xFB4B20) is known color: Red Orange. HEX triplet: FB, 4B and 20. RGB value is (251,75,32). Sum of RGB (Red+Green+Blue) = 251+75+32=358 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.11% from 358); Green value is 75 (29.69% from 255 or 20.95% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4B20 is #04B4DF. Grayscale: #7B7B7B. Windows color (decimal): -308448 or 2116603. OLE color: 2116603.

HSL color Cylindrical-coordinate representation of color #FB4B20: hue angle of 11.78º 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 #FB4B20 is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 75 32 -
CMYK 0 0.70 0.87 0.02
HSL 11.78º 0.96% 0.55% -
HSV(B) 11.78º 0.87% 0.98% -
XYZ 42.56 25.65 4.07 -
YUV 122.72 76.81 219.5 -
System Red Green Blue C M Y K H S L
Decimal 251 75 32 0 0.70 0.87 0.02 11.78 0.96 0.55
Hex FB 4B 20 0 46 57 2 C 60 37
Octal 373 113 40 0 106 127 2 14 140 67
Binary 11111011 1001011 100000 0 1000110 1010111 10 1100 1100000 110111

Color Harmonies of #FB4B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4B20

Black with #FB4B20

Text Example


Text Example

White with #FB4B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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