Html Css Color HEX #FB4030 Red Orange

📋 copy color: '#FB4030'

red 251 ◦ green 64 ◦ blue 48

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

Shades of Red Orange #FB4030

Tints of Red Orange #FB4030

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.63%

 BLUE value IS 48 (19.14% from 255) = 13.22%

R = 69.15%
G = 17.63%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB4030 (or 0xFB4030) is known color: Red Orange. HEX triplet: FB, 40 and 30. RGB value is (251,64,48). Sum of RGB (Red+Green+Blue) = 251+64+48=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4030 is #04BFCF. Grayscale: #767676. Windows color (decimal): -311248 or 3162363. OLE color: 3162363.

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

Color convert

RGB 251 64 48 -
CMYK 0 0.75 0.81 0.02
HSL 4.73º 0.96% 0.59% -
HSV(B) 4.73º 0.81% 0.98% -
XYZ 42.15 24.39 5.28 -
YUV 118.09 88.45 222.8 -
System Red Green Blue C M Y K H S L
Decimal 251 64 48 0 0.75 0.81 0.02 4.73 0.96 0.59
Hex FB 40 30 0 4B 51 2 5 60 3B
Octal 373 100 60 0 113 121 2 5 140 73
Binary 11111011 1000000 110000 0 1001011 1010001 10 101 1100000 111011

Color Harmonies of #FB4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4030

Black with #FB4030

Text Example


Text Example

White with #FB4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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