Html Css Color HEX #FBA506 Orange

📋 copy color: '#FBA506'

red 251 ◦ green 165 ◦ blue 6

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

Shades of Orange #FBA506

Tints of Orange #FBA506

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.1%

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 59.48%
G = 39.1%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FBA506 (or 0xFBA506) is known color: Orange. HEX triplet: FB, A5 and 06. RGB value is (251,165,6). Sum of RGB (Red+Green+Blue) = 251+165+6=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FBA506 is #045AF9. Grayscale: #ADADAD. Windows color (decimal): -285434 or 435707. OLE color: 435707.

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

Color convert

RGB 251 165 6 -
CMYK 0 0.34 0.98 0.02
HSL 38.94º 0.97% 0.5% -
HSV(B) 38.94º 0.98% 0.98% -
XYZ 53.27 47.43 6.52 -
YUV 172.59 33.99 183.93 -
System Red Green Blue C M Y K H S L
Decimal 251 165 6 0 0.34 0.98 0.02 38.94 0.97 0.5
Hex FB A5 6 0 22 62 2 27 61 32
Octal 373 245 6 0 42 142 2 47 141 62
Binary 11111011 10100101 110 0 100010 1100010 10 100111 1100001 110010

Color Harmonies of #FBA506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBA506

Black with #FBA506

Text Example


Text Example

White with #FBA506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBA506; }

 p { color: rgb(251,165,6); }

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

background-color css

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

 a { background-color: rgb(251,165,6); }

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

border-color css

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

 span { border-color: rgb(251,165,6); }

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