Html Css Color HEX #FB4A30 Red Orange

📋 copy color: '#FB4A30'

red 251 ◦ green 74 ◦ blue 48

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

Shades of Red Orange #FB4A30

Tints of Red Orange #FB4A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.84%

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

R = 67.29%
G = 19.84%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB4A30 (or 0xFB4A30) is known color: Red Orange. HEX triplet: FB, 4A and 30. RGB value is (251,74,48). Sum of RGB (Red+Green+Blue) = 251+74+48=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A30 is #04B5CF. Grayscale: #7C7C7C. Windows color (decimal): -308688 or 3164923. OLE color: 3164923.

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

Color convert

RGB 251 74 48 -
CMYK 0 0.71 0.81 0.02
HSL 7.68º 0.96% 0.59% -
HSV(B) 7.68º 0.81% 0.98% -
XYZ 42.77 25.62 5.49 -
YUV 123.96 85.14 218.61 -
System Red Green Blue C M Y K H S L
Decimal 251 74 48 0 0.71 0.81 0.02 7.68 0.96 0.59
Hex FB 4A 30 0 47 51 2 8 60 3B
Octal 373 112 60 0 107 121 2 10 140 73
Binary 11111011 1001010 110000 0 1000111 1010001 10 1000 1100000 111011

Color Harmonies of #FB4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A30

Black with #FB4A30

Text Example


Text Example

White with #FB4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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