Html Css Color HEX #FBAA3C Yellow Orange

📋 copy color: '#FBAA3C'

red 251 ◦ green 170 ◦ blue 60

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

Shades of Yellow Orange #FBAA3C

Tints of Yellow Orange #FBAA3C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 60 (23.83% from 255) = 12.47%

R = 52.18%
G = 35.34%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBAA3C (or 0xFBAA3C) is known color: Yellow Orange. HEX triplet: FB, AA and 3C. RGB value is (251,170,60). Sum of RGB (Red+Green+Blue) = 251+170+60=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 60 (23.83% from 255 or 12.47% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAA3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAA3C is #0455C3. Grayscale: #B6B6B6. Windows color (decimal): -284100 or 3975931. OLE color: 3975931.

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

Color convert

RGB 251 170 60 -
CMYK 0 0.32 0.76 0.02
HSL 34.55º 0.96% 0.61% -
HSV(B) 34.55º 0.76% 0.98% -
XYZ 54.97 49.58 10.95 -
YUV 181.68 59.34 177.44 -
System Red Green Blue C M Y K H S L
Decimal 251 170 60 0 0.32 0.76 0.02 34.55 0.96 0.61
Hex FB AA 3C 0 20 4C 2 23 60 3D
Octal 373 252 74 0 40 114 2 43 140 75
Binary 11111011 10101010 111100 0 100000 1001100 10 100011 1100000 111101

Color Harmonies of #FBAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBAA3C

Black with #FBAA3C

Text Example


Text Example

White with #FBAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBAA3C; }

 p { color: rgb(251,170,60); }

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

background-color css

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

 a { background-color: rgb(251,170,60); }

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

border-color css

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

 span { border-color: rgb(251,170,60); }

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