Html Css Color HEX #FBA407 Orange

📋 copy color: '#FBA407'

red 251 ◦ green 164 ◦ blue 7

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

Shades of Orange #FBA407

Tints of Orange #FBA407

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 59.48%
G = 38.86%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FBA407 (or 0xFBA407) is known color: Orange. HEX triplet: FB, A4 and 07. RGB value is (251,164,7). Sum of RGB (Red+Green+Blue) = 251+164+7=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA407 is #045BF8. Grayscale: #ACACAC. Windows color (decimal): -285689 or 500987. OLE color: 500987.

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

Color convert

RGB 251 164 7 -
CMYK 0 0.35 0.97 0.02
HSL 38.61º 0.97% 0.51% -
HSV(B) 38.61º 0.97% 0.98% -
XYZ 53.1 47.08 6.49 -
YUV 172.12 34.82 184.27 -
System Red Green Blue C M Y K H S L
Decimal 251 164 7 0 0.35 0.97 0.02 38.61 0.97 0.51
Hex FB A4 7 0 23 61 2 27 61 33
Octal 373 244 7 0 43 141 2 47 141 63
Binary 11111011 10100100 111 0 100011 1100001 10 100111 1100001 110011

Color Harmonies of #FBA407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA407

Black with #FBA407

Text Example


Text Example

White with #FBA407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA407; }

 p { color: rgb(251,164,7); }

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

background-color css

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

 a { background-color: rgb(251,164,7); }

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

border-color css

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

 span { border-color: rgb(251,164,7); }

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