Html Css Color HEX #FB4A2A Red Orange

📋 copy color: '#FB4A2A'

red 251 ◦ green 74 ◦ blue 42

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

Shades of Red Orange #FB4A2A

Tints of Red Orange #FB4A2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.44%

R = 68.39%
G = 20.16%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB4A2A (or 0xFB4A2A) is known color: Red Orange. HEX triplet: FB, 4A and 2A. RGB value is (251,74,42). Sum of RGB (Red+Green+Blue) = 251+74+42=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 42 (16.80% from 255 or 11.44% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB4A2A is #04B5D5. Grayscale: #7B7B7B. Windows color (decimal): -308694 or 2771707. OLE color: 2771707.

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

Color convert

RGB 251 74 42 -
CMYK 0 0.71 0.83 0.02
HSL 9.19º 0.96% 0.57% -
HSV(B) 9.19º 0.83% 0.98% -
XYZ 42.65 25.57 4.88 -
YUV 123.28 82.14 219.1 -
System Red Green Blue C M Y K H S L
Decimal 251 74 42 0 0.71 0.83 0.02 9.19 0.96 0.57
Hex FB 4A 2A 0 47 53 2 9 60 39
Octal 373 112 52 0 107 123 2 11 140 71
Binary 11111011 1001010 101010 0 1000111 1010011 10 1001 1100000 111001

Color Harmonies of #FB4A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4A2A

Black with #FB4A2A

Text Example


Text Example

White with #FB4A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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