Html Css Color HEX #FBAC40 Yellow Orange

📋 copy color: '#FBAC40'

red 251 ◦ green 172 ◦ blue 64

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

Shades of Yellow Orange #FBAC40

Tints of Yellow Orange #FBAC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.32%

 BLUE value IS 64 (25.39% from 255) = 13.14%

R = 51.54%
G = 35.32%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBAC40 (or 0xFBAC40) is known color: Yellow Orange. HEX triplet: FB, AC and 40. RGB value is (251,172,64). Sum of RGB (Red+Green+Blue) = 251+172+64=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC40 is #0453BF. Grayscale: #B7B7B7. Windows color (decimal): -283584 or 4238587. OLE color: 4238587.

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

Color convert

RGB 251 172 64 -
CMYK 0 0.31 0.75 0.02
HSL 34.65º 0.96% 0.62% -
HSV(B) 34.65º 0.75% 0.98% -
XYZ 55.46 50.38 11.65 -
YUV 183.31 60.67 176.28 -
System Red Green Blue C M Y K H S L
Decimal 251 172 64 0 0.31 0.75 0.02 34.65 0.96 0.62
Hex FB AC 40 0 1F 4B 2 23 60 3E
Octal 373 254 100 0 37 113 2 43 140 76
Binary 11111011 10101100 1000000 0 11111 1001011 10 100011 1100000 111110

Color Harmonies of #FBAC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAC40

Black with #FBAC40

Text Example


Text Example

White with #FBAC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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