Html Css Color HEX #FB400A Orange Red

📋 copy color: '#FB400A'

red 251 ◦ green 64 ◦ blue 10

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

Shades of Orange Red #FB400A

Tints of Orange Red #FB400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.08%

R = 77.23%
G = 19.69%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FB400A (or 0xFB400A) is known color: Orange Red. HEX triplet: FB, 40 and 0A. RGB value is (251,64,10). Sum of RGB (Red+Green+Blue) = 251+64+10=325 (43% of max value = 765). Red value is 251 (98.44% from 255 or 77.23% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 251 - color contains mainly: red. Hex color #FB400A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB400A is #04BFF5. Grayscale: #727272. Windows color (decimal): -311286 or 671995. OLE color: 671995.

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

Color convert

RGB 251 64 10 -
CMYK 0 0.75 0.96 0.02
HSL 13.44º 0.97% 0.51% -
HSV(B) 13.44º 0.96% 0.98% -
XYZ 41.67 24.2 2.76 -
YUV 113.76 69.45 225.89 -
System Red Green Blue C M Y K H S L
Decimal 251 64 10 0 0.75 0.96 0.02 13.44 0.97 0.51
Hex FB 40 A 0 4B 60 2 D 61 33
Octal 373 100 12 0 113 140 2 15 141 63
Binary 11111011 1000000 1010 0 1001011 1100000 10 1101 1100001 110011

Color Harmonies of #FB400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB400A

Black with #FB400A

Text Example


Text Example

White with #FB400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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